I used this for one of the gcc 2.97 snapshots.

It is here in case we decide we want the directory to match the binary name
since neither the binary nor the source file(s) are named 'cccp' any longer.
This commit is contained in:
David E. O'Brien 2001-12-18 03:24:18 +00:00
parent 05f25aae14
commit a19de87a67

View File

@ -0,0 +1,16 @@
# $FreeBSD$
.include "../Makefile.inc"
.PATH: ${GCCDIR}
PROG= cpp0
SRCS= cppdefault.c cpperror.c cppexp.c cppfiles.c cpphash.c cppinit.c cpplex.c cpplib.c \
cppmain.c cppulp.c mkdeps.c
BINDIR= /usr/libexec
NOMAN= 1
DPADD+= ${LIBCC_INT}
LDADD+= ${LIBCC_INT}
.include <bsd.prog.mk>