summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/cc/c++/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/c++/Makefile b/gnu/usr.bin/cc/c++/Makefile
index 3c9351e..8eee9cd 100644
--- a/gnu/usr.bin/cc/c++/Makefile
+++ b/gnu/usr.bin/cc/c++/Makefile
@@ -1,10 +1,11 @@
#
-# $Id$
+# $Id: Makefile,v 1.3 1994/09/18 22:35:43 wollman Exp $
#
PROG = c++
SRCS = g++.c
BINDIR= /usr/bin
+LINKS= ${BINDIR}/c++ ${BINDIR}/g++
NOMAN= 1
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud