svn commit: r253138 - head/usr.sbin/authpf

Dag-Erling Smørgrav des at FreeBSD.org
Wed Jul 10 07:40:31 UTC 2013


Author: des
Date: Wed Jul 10 07:40:30 2013
New Revision: 253138
URL: http://svnweb.freebsd.org/changeset/base/253138

Log:
  Install authpf-noip.
  
  MFC after:	3 days

Modified:
  head/usr.sbin/authpf/Makefile

Modified: head/usr.sbin/authpf/Makefile
==============================================================================
--- head/usr.sbin/authpf/Makefile	Wed Jul 10 07:21:59 2013	(r253137)
+++ head/usr.sbin/authpf/Makefile	Wed Jul 10 07:40:30 2013	(r253138)
@@ -18,4 +18,7 @@ DPADD+= ${LIBM} ${LIBMD} ${LIBUTIL}
 
 WARNS?=	3
 
+LINKS=	${BINDIR}/authpf ${BINDIR}/authpf-noip
+MLINKS=	authpf.8 authpf-noip.8
+
 .include <bsd.prog.mk>


More information about the svn-src-all mailing list