1984263bcSMatthew Dillon# Copyright (c) 1996 WIDE Project. All rights reserved. 2984263bcSMatthew Dillon# 3984263bcSMatthew Dillon# Redistribution and use in source and binary forms, with or without 4984263bcSMatthew Dillon# modifications, are permitted provided that the above copyright notice 5984263bcSMatthew Dillon# and this paragraph are duplicated in all such forms and that any 6984263bcSMatthew Dillon# documentation, advertising materials, and other materials related to 7984263bcSMatthew Dillon# such distribution and use acknowledge that the software was developed 8984263bcSMatthew Dillon# by the WIDE Project, Japan. The name of the Project may not be used to 9984263bcSMatthew Dillon# endorse or promote products derived from this software without 10984263bcSMatthew Dillon# specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS'' 11984263bcSMatthew Dillon# AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT 12984263bcSMatthew Dillon# LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 13984263bcSMatthew Dillon# A PARTICULAR PURPOSE. 14*4728ea88SSascha Wildner# 15984263bcSMatthew Dillon# $FreeBSD: src/usr.sbin/rrenumd/Makefile,v 1.1.2.3 2001/04/25 12:10:47 ru Exp $ 16984263bcSMatthew Dillon 17984263bcSMatthew DillonPROG= rrenumd 18*4728ea88SSascha WildnerSRCS= rrenumd.c parser.y lexer.l y.tab.h 19f746689aSSascha WildnerWARNS?= 2 20984263bcSMatthew Dillon 21755d70b8SSascha WildnerCFLAGS+=-DINET6 -I. -I${.CURDIR} 22755d70b8SSascha WildnerLDADD= -ll 23755d70b8SSascha WildnerDPADD= ${LIBL} 24984263bcSMatthew Dillon 25984263bcSMatthew DillonMAN= rrenumd.conf.5 rrenumd.8 26984263bcSMatthew Dillon 27984263bcSMatthew Dillon.if defined(YACCDEBUG) 28984263bcSMatthew DillonCFLAGS+= -DYYDEBUG 29984263bcSMatthew DillonYFLAGS+= -t -v 30*4728ea88SSascha WildnerCLEANFILES=y.output 31984263bcSMatthew Dillon.endif 32984263bcSMatthew Dillon 33984263bcSMatthew Dillon.include <bsd.prog.mk> 34