summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread/pcap/Makefile
diff options
context:
space:
mode:
authorMarco S Hyman <marc@cvs.openbsd.org>2001-11-11 20:20:54 +0000
committerMarco S Hyman <marc@cvs.openbsd.org>2001-11-11 20:20:54 +0000
commit22893dc58d818f447b92c50b32754ec8ef010a34 (patch)
tree965920a956f53bc4127378217158702e2462c11c /regress/lib/libpthread/pcap/Makefile
parent92f9066a4ef297de3c39d6e5f9fd965796fc4b57 (diff)
bring back test, this time in the public domain
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>