1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00

Link g++ -> c++, like I did with gcc -> cc. This is evil, but it's

now at least orthogonal evil.
This commit is contained in:
Jordan K. Hubbard 1994-11-01 21:28:00 +00:00
parent 6b4ec83ca6
commit ad26d58d52
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4058

View File

@ -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>