mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
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.
11 lines
160 B
Makefile
11 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>
|