blob: 829a0ca4690620ab2da070face74c8f5dd3e23ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.2 1998/01/26 04:17:08 dgregor Exp $
PROG= iptest
BINDIR= /usr/sbin
MAN= iptest.1
SRCS= iptest.c iptests.c ip.c sbpf.c sock.c 44arp.c
CFLAGS+= -DDOSOCKET -I${.CURDIR}/../common -I${.CURDIR}/../../ipftest \
-I${.CURDIR}/../../../sys/netinet -I${.CURDIR}/../../../sbin/ipf
.PATH: ${.CURDIR}/../common
.include <bsd.prog.mk>
|