From d0db8e84c808d4cf9d26adc1922730ff50b9ecae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 10 Jul 2013 07:40:30 +0000 Subject: [PATCH] Install authpf-noip. MFC after: 3 days --- usr.sbin/authpf/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr.sbin/authpf/Makefile b/usr.sbin/authpf/Makefile index 1d15beb45c8c..744df6118d3a 100644 --- a/usr.sbin/authpf/Makefile +++ b/usr.sbin/authpf/Makefile @@ -18,4 +18,7 @@ DPADD+= ${LIBM} ${LIBMD} ${LIBUTIL} WARNS?= 3 +LINKS= ${BINDIR}/authpf ${BINDIR}/authpf-noip +MLINKS= authpf.8 authpf-noip.8 + .include