diff options
Diffstat (limited to 'regress/lib/libpthread/pcap/Makefile')
-rw-r--r-- | regress/lib/libpthread/pcap/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/regress/lib/libpthread/pcap/Makefile b/regress/lib/libpthread/pcap/Makefile new file mode 100644 index 00000000000..cfc551c9927 --- /dev/null +++ b/regress/lib/libpthread/pcap/Makefile @@ -0,0 +1,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> |