diff options
Diffstat (limited to 'gnu/usr.bin/cc/cpp/Makefile')
| -rw-r--r-- | gnu/usr.bin/cc/cpp/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile index 1b4045f5ffc6..094279949705 100644 --- a/gnu/usr.bin/cc/cpp/Makefile +++ b/gnu/usr.bin/cc/cpp/Makefile @@ -5,10 +5,10 @@ .PATH: ${GCCDIR} PROG= cpp -SRCS= cccp.c cexp.y obstack.c prefix.c version.c -YFLAGS= -BINDIR= /usr/libexec -MAN1= cccp.1 -MLINKS= cccp.1 cpp.1 +SRCS= gcc.c cppspec.c # version.c +NOMAN= 1 + +DPADD+= ${LIBCC_DRV} ${LIBCC_FBSD} +LDADD+= ${LIBCC_DRV} ${LIBCC_FBSD} .include <bsd.prog.mk> |
