Makefile revision 2871
1#
2# $Id$
3#
4
5PROG =	c++
6SRCS =	g++.c
7BINDIR=	/usr/bin
8NOMAN=	1
9
10.include <bsd.prog.mk>
11