diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-22 21:43:18 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-11-22 21:43:18 +0000 |
commit | 3ab8dc9d7b29aef50f94a55e0b4b39dbed80c925 (patch) | |
tree | e19c9af8f7b95e421866198b8ef581ee43c622d0 /share/pf/Makefile | |
parent | 8b675ec700902cc8499cc4e50da7ae3146bc61c3 (diff) |
install to /usr/share/pf
not linked to the build yet
Diffstat (limited to 'share/pf/Makefile')
-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> |