mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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:
parent
6b4ec83ca6
commit
ad26d58d52
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue