mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
Notice that the libgcc DOESN'T change number, because there are no changes. Also now the gnu2bmake stuff is synchronized again. I commit this so that others can test too. You might want to postpone any "make worlds" until tomorrow, to avoid any problems I didn't see in the first pass. Thanks to Bruce for rounding up our changes to gcc.
11 lines
121 B
Makefile
11 lines
121 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
PROG = c++
|
|
SRCS = g++.c
|
|
BINDIR= /usr/bin
|
|
LINKS= ${BINDIR}/c++ ${BINDIR}/g++
|
|
NOMAN= 1
|
|
|
|
.include <bsd.prog.mk>
|