Fix previous commit. Installing links to manpages without installing

manpages is not completely trivial.

Please don't commit untested changes.
This commit is contained in:
Bruce Evans 1995-01-01 17:21:09 +00:00
parent 2e8e965294
commit 47bcf800c3

View File

@ -19,9 +19,8 @@ DPADD= ${LIBM}
LDADD+= -lcrypt
DPADD+= ${LIBCRYPT}
MANSRC= ${.CURDIR}/../perl
MLINKS+=perl.1 suidperl.1
MAN1=
MLINKS+= perl.1 suidperl.1
.include "../../Makefile.inc"
.include <bsd.prog.mk>