diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-04 03:48:08 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-04 03:48:08 +0000 |
| commit | 2d410dba14d018e2defe38813774c225c0fd2ccc (patch) | |
| tree | 0fd056efe92a4a31af543a2318194e92cbd9ce17 /gnu/usr.bin/cc/cpp | |
| parent | 92a1e549598ac231470b0ecdaffab7ccf4f242fd (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cpp')
| -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> |
