b03605afba
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.
12 lines
160 B
Makefile
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>
|