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:
parent
178576c62f
commit
e36ad15261
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34282
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user