diff --git a/gnu/usr.bin/cc/c++/Makefile b/gnu/usr.bin/cc/c++/Makefile index 3c9351e4b29..8eee9cde71e 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