summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/cpp
diff options
context:
space:
mode:
authorjmc <jmc@NetBSD.org>2001-10-17 05:39:04 +0000
committerjmc <jmc@NetBSD.org>2001-10-17 05:39:04 +0000
commite5447065e50c22ca5a70fc46cbe2d0cf3da1fd63 (patch)
tree9f4675a844aeb2e3efb6b1764d93ee5a82a049f5 /gnu/usr.bin/gcc/cpp
parent5939ed0b14fc6cc95f7c0c16743e5f3941de3df6 (diff)
Add cpp.1 as an MLINK
Diffstat (limited to 'gnu/usr.bin/gcc/cpp')
-rw-r--r--gnu/usr.bin/gcc/cpp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/cpp/Makefile b/gnu/usr.bin/gcc/cpp/Makefile
index c6b4908b09d..9ff21b3ef85 100644
--- a/gnu/usr.bin/gcc/cpp/Makefile
+++ b/gnu/usr.bin/gcc/cpp/Makefile
@@ -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"