diff options
-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 |