NetBSD/usr.bin/shmif_dumpbus/Makefile

17 lines
277 B
Makefile
Raw Normal View History

2013-12-20 13:44:16 +04:00
# $NetBSD: Makefile,v 1.3 2013/12/20 09:44:16 pooka Exp $
2011-01-12 19:14:24 +03:00
#
2013-12-20 13:44:16 +04:00
PROG= shmif_dumpbus
2011-01-12 19:14:24 +03:00
.include <bsd.own.mk>
SHMIFD= ${NETBSDSRCDIR}/sys/rump/net/lib/libshmif
.PATH: ${SHMIFD}
SRCS+= shmif_dumpbus.c shmif_busops.c
CPPFLAGS+= -I${SHMIFD}
LDADD+= -lpcap
2011-01-12 19:14:24 +03:00
.include <bsd.prog.mk>