diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-08-02 20:15:59 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-08-02 20:15:59 +0000 |
| commit | b75deec600af3b827022812effb73f07ab04af44 (patch) | |
| tree | 27d6b6aeceb85aa3d6d91d54dd91eca5ee690b81 /gnu/usr.bin/cc/cpp/Makefile | |
| parent | 5bb6db475fd9c067aebf31a5579dc6d9d0625dd2 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cpp/Makefile')
| -rw-r--r-- | gnu/usr.bin/cc/cpp/Makefile | 12 |
1 files changed, 12 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..8467da454cb6 --- /dev/null +++ b/gnu/usr.bin/cc/cpp/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> |
