mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
11 lines
183 B
Makefile
11 lines
183 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PROG= iptest
|
|
SRCS= iptest.c iptests.c ip.c sbpf.c sock.c 44arp.c
|
|
MAN= iptest.1
|
|
|
|
.PATH: ${NETBSDSRCDIR}/dist/ipf/ipsend
|
|
|
|
.include <bsd.prog.mk>
|