aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/authpf
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/authpf')
-rw-r--r--usr.sbin/authpf/Makefile23
-rw-r--r--usr.sbin/authpf/Makefile.depend20
2 files changed, 43 insertions, 0 deletions
diff --git a/usr.sbin/authpf/Makefile b/usr.sbin/authpf/Makefile
new file mode 100644
index 000000000000..d4035f6ff493
--- /dev/null
+++ b/usr.sbin/authpf/Makefile
@@ -0,0 +1,23 @@
+.PATH: ${SRCTOP}/contrib/pf/authpf
+
+PACKAGE=pf
+PROG= authpf
+MAN= authpf.8
+BINOWN= root
+BINGRP= authpf
+BINMODE= 6555
+
+SRCS= authpf.c
+
+# XXX ALTQ:
+CFLAGS+= -DENABLE_ALTQ
+CFLAGS+= -I${SRCTOP}/lib/libpfctl -I${OBJTOP}/lib/libpfctl
+
+LIBADD= m util pfctl
+
+WARNS?= 3
+
+LINKS= ${BINDIR}/authpf ${BINDIR}/authpf-noip
+MLINKS= authpf.8 authpf-noip.8
+
+.include <bsd.prog.mk>
diff --git a/usr.sbin/authpf/Makefile.depend b/usr.sbin/authpf/Makefile.depend
new file mode 100644
index 000000000000..04744f68798b
--- /dev/null
+++ b/usr.sbin/authpf/Makefile.depend
@@ -0,0 +1,20 @@
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ include \
+ include/arpa \
+ include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libc \
+ lib/libcompiler_rt \
+ lib/libnv \
+ lib/libpfctl \
+ lib/libutil \
+ lib/msun \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif