xref
: /
freebsd-12.1
/
gnu
/
usr.bin
/
cc
/
c++
/
Makefile
(revision 63a7edc4)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
2
# $Id$
3
#
4
5
PROG
=
c
++
6
SRCS
=
g
++.
c
7
BINDIR
= /
usr
/
bin
8
NOMAN
=
1
9
10
.
include
<
bsd.prog.mk
>
11