diff options
author | wpaul <wpaul@FreeBSD.org> | 1995-07-25 23:38:40 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1995-07-25 23:38:40 +0000 |
commit | c3ec2148537fd3bfe6b2590beed42a5ea2cb102a (patch) | |
tree | b9444f1d8ce7e93f6d82fd9d8757bc9b6ca7f05f /libexec/bootpd | |
parent | 7dbfc21cece29a9cf6e361a466e08afab0efd703 (diff) | |
download | FreeBSD-src-c3ec2148537fd3bfe6b2590beed42a5ea2cb102a.zip FreeBSD-src-c3ec2148537fd3bfe6b2590beed42a5ea2cb102a.tar.gz |
Uncomment 'CFLAGS+=ETC_ETHERS' -- we have support for this as of 2.0.5.
Diffstat (limited to 'libexec/bootpd')
-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 2b00e81..e923968 100644 --- a/libexec/bootpd/Makefile +++ b/libexec/bootpd/Makefile @@ -1,8 +1,8 @@ # bootpd/Makefile -# $Id: Makefile,v 1.1.1.1 1994/09/30 05:45:04 pst Exp $ +# $Id: Makefile,v 1.2 1995/05/30 05:45:45 rgrimes Exp $ PROG= bootpd -#CFLAGS+= -DETC_ETHERS +CFLAGS+= -DETC_ETHERS CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU SUBDIR= tools |