diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-06 23:18:01 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-06 23:18:01 +0000 |
| commit | 9e3b0010176971fc4da7fd68991a816118053288 (patch) | |
| tree | a2dd1dbef0c5c9eb6362307a5b2fb7718bca592d /gnu/usr.bin/cc/cpp | |
| parent | 4e6aeb72b4312c4c9bfb14910ff904403a004d40 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cpp')
| -rw-r--r-- | gnu/usr.bin/cc/cpp/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile new file mode 100644 index 000000000000..27e49835b344 --- /dev/null +++ b/gnu/usr.bin/cc/cpp/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +.include "../Makefile.inc" +.include "../Makefile.fe" + +.PATH: ${GCCDIR} + +PROG= cpp +SRCS= gcc.c cppspec.c +NOMAN= 1 + +CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\" +CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\" + +DPADD+= ${LIBCC_INT} ${LIBCC_FBSD} +LDADD+= ${LIBCC_INT} ${LIBCC_FBSD} + +.include <bsd.prog.mk> |
