1 2 3 4 5 6 7 8
# $OpenBSD: Makefile,v 1.4 2001/11/12 00:58:57 marc Exp $ PROG= pcap SRCS= pcap.c LDADD+= -lpcap .include <bsd.prog.mk>