diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 |
commit | f05428e4cd63dde97bac14b84dd146a5c00455e3 (patch) | |
tree | e1331adb5d216f2b3fa6baa6491752348d2e5f10 /libexec/bootpd/Makefile | |
parent | 6de57e42c294763c78d77b0a9a7c5a08008a378a (diff) | |
download | FreeBSD-src-f05428e4cd63dde97bac14b84dd146a5c00455e3.zip FreeBSD-src-f05428e4cd63dde97bac14b84dd146a5c00455e3.tar.gz |
Remove trailing whitespace.
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 de4dfdb..2b00e81 100644 --- a/libexec/bootpd/Makefile +++ b/libexec/bootpd/Makefile @@ -1,8 +1,8 @@ # bootpd/Makefile -# $Id: Makefile,v 1.2 1994/09/10 14:59:55 csgr Exp $ +# $Id: Makefile,v 1.1.1.1 1994/09/30 05:45:04 pst Exp $ PROG= bootpd -#CFLAGS+= -DETC_ETHERS +#CFLAGS+= -DETC_ETHERS CFLAGS+= -DSYSLOG -DDEBUG -DVEND_CMU SUBDIR= tools |