1 2 3 4 5 6 7 8
# $OpenBSD: Makefile,v 1.1 2001/11/10 02:44:48 marc Exp $ PROG= pcap SRCS= pcap.c LDADD+= -lpcap .include <bsd.prog.mk>