From 017eb962e03e321b670995862c049ecd92d9ceff Mon Sep 17 00:00:00 2001 From: Bill Paul Date: Tue, 25 Jul 1995 23:38:40 +0000 Subject: [PATCH] Uncomment 'CFLAGS+=ETC_ETHERS' -- we have support for this as of 2.0.5. --- libexec/bootpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/bootpd/Makefile b/libexec/bootpd/Makefile index 2b00e81f4da..e9239687625 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