summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2002-11-22 21:43:17 +0000
committerhenning <henning@openbsd.org>2002-11-22 21:43:17 +0000
commit66ba68a3bf82e1aa964d3a185403d83a27d08363 (patch)
treea17bc87f86eace2291abf57572b798d50e5043b1
parentspecs for -lnpthread. (diff)
downloadwireguard-openbsd-66ba68a3bf82e1aa964d3a185403d83a27d08363.tar.xz
wireguard-openbsd-66ba68a3bf82e1aa964d3a185403d83a27d08363.zip
install to /usr/share/pf
not linked to the build yet
-rw-r--r--share/pf/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/share/pf/Makefile b/share/pf/Makefile
new file mode 100644
index 00000000000..d6cd26a8880
--- /dev/null
+++ b/share/pf/Makefile
@@ -0,0 +1,12 @@
+#
+# $OpenBSD: Makefile,v 1.1 2002/11/22 21:43:17 henning Exp $
+#
+FILES= queue1
+NOOBJ= noobj
+
+all clean cleandir depend lint tags:
+
+install:
+ install -c -m 0444 ${FILES} ${DESTDIR}${BINDIR}/pf/
+
+.include <bsd.prog.mk>