diff options
author | pst <pst@FreeBSD.org> | 1994-09-30 05:45:07 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-09-30 05:45:07 +0000 |
commit | f3c3e3b79d467189d6807523f10139ec18a70ec1 (patch) | |
tree | 5120fcf4936d9dede01cba3975e0af425795473e /libexec/bootpd/Makefile | |
parent | 89d381ac0764fed53c4d9f2e6591efbbbe15b3b2 (diff) | |
download | FreeBSD-src-f3c3e3b79d467189d6807523f10139ec18a70ec1.zip FreeBSD-src-f3c3e3b79d467189d6807523f10139ec18a70ec1.tar.gz |
Rearrange bootpd
Diffstat (limited to 'libexec/bootpd/Makefile')
-rw-r--r-- | libexec/bootpd/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libexec/bootpd/Makefile b/libexec/bootpd/Makefile new file mode 100644 index 0000000..de4dfdb --- /dev/null +++ b/libexec/bootpd/Makefile @@ -0,0 +1,16 @@ +# bootpd/Makefile +# $Id: Makefile,v 1.2 1994/09/10 14:59:55 csgr Exp $ + +PROG= bootpd +#CFLAGS+= -DETC_ETHERS +CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU + +SUBDIR= tools + +SRCS= bootpd.c dovend.c readfile.c hash.c dumptab.c \ + lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c + +MAN5= bootptab.5 +MAN8= bootpd.8 + +.include <bsd.prog.mk> |