ports/net/packetdrill/files/Makefile.inc
Hiroki Sato 680e72d7ec - Update to use freebsd-net/packetdrill repository instead of
Google's one.  It includes various fixes for FreeBSD and has been
  maintained by FreeBSD developers.

- Drop binaries for testing.

- Set maintainership to gnn@.

Discussed with:	tuexen and gnn
2016-10-11 03:12:03 +00:00

12 lines
208 B
Makefile

# $FreeBSD$
PREFIX?= /usr/local
BINDIR?= ${PREFIX}/bin
MAN=
.PATH: ${.CURDIR}/..
CFLAGS+= -I${.CURDIR}/.. -I${.CURDIR}
LDADD= ${.CURDIR}/../libpd/libpd.a -lprocstat -lutil \
-lkvm -lelf -lpthread -lpcap