freebsd-dev/gnu/usr.bin/cc/c++/Makefile
1994-08-02 20:15:59 +00:00

14 lines
182 B
Makefile

#
# $FreeBSD$
#
PROG = c++
SRCS = g++.c
BINDIR= /usr/bin
NOMAN= 1
LDDESTDIR+= -L${.CURDIR}/../cc_int/obj
LDDESTDIR+= -L${.CURDIR}/../cc_int
LDADD+= -lcc_int
.include <bsd.prog.mk>