diff options
Diffstat (limited to 'gnu/usr.bin/cc/cccp/Makefile')
-rw-r--r-- | gnu/usr.bin/cc/cccp/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cccp/Makefile b/gnu/usr.bin/cc/cccp/Makefile new file mode 100644 index 0000000..8467da4 --- /dev/null +++ b/gnu/usr.bin/cc/cccp/Makefile @@ -0,0 +1,12 @@ +# +# $FreeBSD$ +# + +PROG = cpp +SRCS = cccp.c cexp.c +BINDIR= /usr/libexec +LDDESTDIR+= -L${.CURDIR}/../cc_int/obj +LDDESTDIR+= -L${.CURDIR}/../cc_int +LDADD+= -lcc_int + +.include <bsd.prog.mk> |