diff options
author | 2002-11-22 21:43:17 +0000 | |
---|---|---|
committer | 2002-11-22 21:43:17 +0000 | |
commit | 66ba68a3bf82e1aa964d3a185403d83a27d08363 (patch) | |
tree | a17bc87f86eace2291abf57572b798d50e5043b1 | |
parent | specs for -lnpthread. (diff) | |
download | wireguard-openbsd-66ba68a3bf82e1aa964d3a185403d83a27d08363.tar.xz wireguard-openbsd-66ba68a3bf82e1aa964d3a185403d83a27d08363.zip |
install to /usr/share/pf
not linked to the build yet
-rw-r--r-- | share/pf/Makefile | 12 |
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> |