summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread/pcap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libpthread/pcap/Makefile')
-rw-r--r--regress/lib/libpthread/pcap/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/lib/libpthread/pcap/Makefile b/regress/lib/libpthread/pcap/Makefile
new file mode 100644
index 00000000000..4178e00d368
--- /dev/null
+++ b/regress/lib/libpthread/pcap/Makefile
@@ -0,0 +1,6 @@
+# $OpenBSD: Makefile,v 1.3 2001/11/11 20:20:53 marc Exp $
+
+PROG= pcap
+SRCS= pcap.c
+
+.include <bsd.prog.mk>