blob: f75d2ed2c40b3bb39996f2dd433beef7caa9d62a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $OpenBSD: Makefile,v 1.4 1999/02/21 23:11:05 tholo Exp $
PROG= ipresend
BINDIR= /usr/sbin
MAN= ipresend.1
SRCS= ipresend.c resend.c \
ipft_ef.c ipft_hx.c ipft_pc.c ipft_sn.c ipft_td.c ipft_tx.c opt.c \
sock.c 44arp.c sbpf.c ip.c
CFLAGS+= -DDOSOCKET -I${.CURDIR}/../common -I${.CURDIR}/../../ipftest \
-I${.CURDIR}/../../../sbin/ipf \
-I${.CURDIR}/../../../sys/netinet
.PATH: ${.CURDIR}/../common ${.CURDIR}/../../ipftest \
${.CURDIR}/../../../sbin/ipf
.include <bsd.prog.mk>
|