freebsd-nq/gnu/usr.bin/cc/cccp/Makefile
David E. O'Brien 9833f59b8c Fine! I cannot freaking take the bikeshed any more.
These binaries will be static, peroid.
2002-04-08 18:48:38 +00:00

16 lines
218 B
Makefile

# $FreeBSD$
.include "../Makefile.inc"
.PATH: ${GCCDIR}
PROG= cpp0
SRCS= cccp.c cexp.y obstack.c prefix.c version.c
YFLAGS=
BINDIR= /usr/libexec
NOSHARED=yes
MAN= cccp.1
MLINKS= cccp.1 cpp.1
.include <bsd.prog.mk>