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