Add cpp.1 as an MLINK

This commit is contained in:
jmc 2001-10-17 05:39:04 +00:00
parent 5939ed0b14
commit e5447065e5

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2001/08/19 14:23:55 mrg Exp $
# $NetBSD: Makefile,v 1.15 2001/10/17 05:39:04 jmc Exp $
.include <bsd.own.mk>
@ -10,7 +10,7 @@ LINKS= ${BINDIR}/cpp ${BINDIR}/gcpp
TEXINFO= cpp.texi
MAN= cccp.1
MLINKS= cccp.1 gcpp.1
MLINKS= cccp.1 gcpp.1 cccp.1 cpp.1
.include "../Makefile.frontend"