diff options
author | Guido van Rooij <guido@FreeBSD.org> | 1999-12-15 19:48:02 +0000 |
---|---|---|
committer | Guido van Rooij <guido@FreeBSD.org> | 1999-12-15 19:48:02 +0000 |
commit | 659c54f0bd192309ff593a7d9deab815f267cb88 (patch) | |
tree | 540b3b1363f555bfe8cda7f68af57f610542e673 /sbin/ipmon | |
parent | 8a125ca8fd57e7a26e6d0e740831cfd2694dea40 (diff) | |
download | src-659c54f0bd192309ff593a7d9deab815f267cb88.tar.gz src-659c54f0bd192309ff593a7d9deab815f267cb88.zip |
Notes
Diffstat (limited to 'sbin/ipmon')
-rw-r--r-- | sbin/ipmon/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/ipmon/Makefile b/sbin/ipmon/Makefile index 96cffcf4a6d5..3aa277a2cf26 100644 --- a/sbin/ipmon/Makefile +++ b/sbin/ipmon/Makefile @@ -8,4 +8,6 @@ SRCS= ipmon.c CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter +MAINTAINER= guido@freebsd.org + .include <bsd.prog.mk> |