freebsd-dev/gnu/usr.bin/cc/cccp/Makefile
Bruce Evans b03605afba Simplified using new yacc rules. This is cosmetic - the old rules worked
with `make -jN' because they did the right things to generate cexp.h
without clobbering cexp.c, and there were no missing dependencies on
cexp.h because cexp.h isn't actually used.

Fixed style bugs.
1998-05-04 16:58:50 +00:00

12 lines
160 B
Makefile

# $Id$
PROG= cpp
SRCS= cccp.c cexp.y obstack.c version.c
YACC= ${BISON}
YFLAGS=
BINDIR= /usr/libexec
MAN1= cccp.1
MLINKS= cccp.1 cpp.1
.include <bsd.prog.mk>