Makefile revision 1823
1#
2# $FreeBSD: vendor/misc-GNU/dist3/gnu/usr.bin/cc/c++/Makefile 1823 1994-08-02 20:15:59Z phk $
3#
4
5PROG =	c++
6SRCS =	g++.c
7BINDIR=	/usr/bin
8NOMAN=	1
9LDDESTDIR+=	-L${.CURDIR}/../cc_int/obj
10LDDESTDIR+=	-L${.CURDIR}/../cc_int
11LDADD+=	-lcc_int
12
13.include <bsd.prog.mk>
14