Add mlinks for man page

Reviewed by:
Submitted by:
Obtained from:
This commit is contained in:
Gary Clark II 1994-12-31 21:10:46 +00:00
parent d3287e7c11
commit b6490eb503
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5330
2 changed files with 5 additions and 2 deletions

View File

@ -19,7 +19,8 @@ DPADD= ${LIBM}
LDADD+= -lcrypt
DPADD+= ${LIBCRYPT}
NOMAN=
MANSRC= ${.CURDIR}/../perl
MLINKS+=perl.1 suidperl.1
.include "../../Makefile.inc"

View File

@ -19,7 +19,9 @@ DPADD= ${LIBM}
LDADD+= -lcrypt
DPADD+= ${LIBCRYPT}
NOMAN=
MANSRC= ${.CURDIR}/../perl
MLINKS+= perl.1 tperl.1
MLINKS+= perl.1 taintperl.1
.include "../../Makefile.inc"