Makefile revision 8870
1# bootpd/Makefile
2# $Id: Makefile,v 1.1.1.1 1994/09/30 05:45:04 pst Exp $
3
4PROG=	bootpd
5#CFLAGS+= -DETC_ETHERS
6CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU
7
8SUBDIR= tools
9
10SRCS=	bootpd.c dovend.c readfile.c hash.c dumptab.c \
11	 lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c
12
13MAN5=	bootptab.5
14MAN8=	bootpd.8
15
16.include <bsd.prog.mk>
17