diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 06:12:45 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 06:12:45 +0000 |
commit | f3a2b348daf9fa6063c38d2d69563f732a2f80e7 (patch) | |
tree | 4d38911cf1e5e1ef56a662eddcbe2f706b2e6973 /lkm/ipfw/Makefile | |
parent | f05428e4cd63dde97bac14b84dd146a5c00455e3 (diff) | |
download | FreeBSD-src-f3a2b348daf9fa6063c38d2d69563f732a2f80e7.zip FreeBSD-src-f3a2b348daf9fa6063c38d2d69563f732a2f80e7.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'lkm/ipfw/Makefile')
-rw-r--r-- | lkm/ipfw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lkm/ipfw/Makefile b/lkm/ipfw/Makefile index 0c2f20c..d60aa33 100644 --- a/lkm/ipfw/Makefile +++ b/lkm/ipfw/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.1 1995/01/12 13:03:01 ugen Exp $ +# $Id: Makefile,v 1.2 1995/01/12 13:57:51 ugen Exp $ .PATH: ${.CURDIR}/../../sys/netinet KMOD= ipfw_mod -SRCS= ipfw_lkm.c ip_fw.c +SRCS= ipfw_lkm.c ip_fw.c NOMAN= CFLAGS+= -DIPFIREWALL -DIPACCT # |