aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ipresend
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-03-21 13:53:18 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-03-21 13:53:18 +0000
commit5021f7402dd1da7cdb09ab33dda6958278f1e3b7 (patch)
tree67ae0615aa3185df989addc0c039dbc24f6ff03c /usr.sbin/ipresend
parent6314ca637fd2c9388177e01b70e3c9e2a4d50512 (diff)
downloadsrc-5021f7402dd1da7cdb09ab33dda6958278f1e3b7.tar.gz
src-5021f7402dd1da7cdb09ab33dda6958278f1e3b7.zip
Initial bmake scaffolding for ipfilter userland stuff.
Obtained from: large chunks stolen from OpenBSD and NetBSD
Notes
Notes: svn path=/head/; revision=34753
Diffstat (limited to 'usr.sbin/ipresend')
-rw-r--r--usr.sbin/ipresend/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.sbin/ipresend/Makefile b/usr.sbin/ipresend/Makefile
new file mode 100644
index 000000000000..8a9d8b22b9e6
--- /dev/null
+++ b/usr.sbin/ipresend/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../contrib/ipfilter/ipsend \
+ ${.CURDIR}/../../contrib/ipfilter
+
+PROG= ipresend
+MAN1= ipresend.1
+SRCS= ipresend.c ip.c resend.c opt.c ipft_ef.c ipft_hx.c ipft_sn.c ipft_td.c ipft_tx.c sbpf.c 44arp.c ipft_pc.c
+
+CFLAGS+=-DDOSOCKET -DIPL_NAME=\"/dev/ipl\" \
+ -I- -I${.CURDIR}/../../sys/netinet \
+ -I${.CURDIR}/../../contrib/ipfilter/ipsend \
+ -I${.CURDIR}/../../contrib/ipfilter
+
+.include <bsd.prog.mk>