diff options
author | pst <pst@FreeBSD.org> | 1996-01-23 01:58:00 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-01-23 01:58:00 +0000 |
commit | 628652a2af87f2e388365addad0ded9cf09a5f0f (patch) | |
tree | f2cdb17994759e8a60951777777051b80c22c105 /libexec/bootpd/Makefile | |
parent | b82e379db0556949f95696c840cf2f184296986a (diff) | |
download | FreeBSD-src-628652a2af87f2e388365addad0ded9cf09a5f0f.zip FreeBSD-src-628652a2af87f2e388365addad0ded9cf09a5f0f.tar.gz |
Fix conflicts from 2.4.3 merge
Diffstat (limited to 'libexec/bootpd/Makefile')
-rw-r--r-- | libexec/bootpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/bootpd/Makefile b/libexec/bootpd/Makefile index e923968..659e3aa 100644 --- a/libexec/bootpd/Makefile +++ b/libexec/bootpd/Makefile @@ -1,11 +1,11 @@ # bootpd/Makefile -# $Id: Makefile,v 1.2 1995/05/30 05:45:45 rgrimes Exp $ +# $Id: Makefile,v 1.3 1995/07/25 23:38:40 wpaul Exp $ PROG= bootpd CFLAGS+= -DETC_ETHERS CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU -SUBDIR= tools +SUBDIR= bootpgw tools SRCS= bootpd.c dovend.c readfile.c hash.c dumptab.c \ lookup.c getif.c hwaddr.c report.c tzone.c rtmsg.c |