1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00

add CC' as a link to c++' for compatablity with SGI.

This commit is contained in:
David E. O'Brien 1998-03-08 12:27:04 +00:00
parent 178576c62f
commit e36ad15261
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34282

View File

@ -1,11 +1,11 @@
#
# $Id$
# $Id: Makefile,v 1.7 1997/02/22 15:44:49 peter Exp $
#
PROG = c++
SRCS = g++.c
BINDIR= /usr/bin
LINKS= ${BINDIR}/c++ ${BINDIR}/g++
LINKS= ${BINDIR}/c++ ${BINDIR}/g++ ${BINDIR}/CC
NOMAN= 1
.include <bsd.prog.mk>