diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-09-19 15:53:53 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-09-19 15:53:53 +0000 |
| commit | a1b588fd3f68a3ba13d5671ef1e6d3edb9b31ea5 (patch) | |
| tree | dde8c3c6cc96fffa0ab7be0605216c2b88a75739 /gnu/usr.bin/cc/cc1obj | |
| parent | cd6eea255ff303444b65690aaccaec91793d4c78 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cc1obj')
| -rw-r--r-- | gnu/usr.bin/cc/cc1obj/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cc1obj/Makefile b/gnu/usr.bin/cc/cc1obj/Makefile new file mode 100644 index 000000000000..9d7278a2ae61 --- /dev/null +++ b/gnu/usr.bin/cc/cc1obj/Makefile @@ -0,0 +1,15 @@ +# +# $Id$ +# + +PROG = cc1obj +SRCS = objc-parse.c objc-act.c +# Ugh, compiled twice... +SRCS += c-aux-info.c c-convert.c c-decl.c c-iterate.c c-lex.c c-typeck.c +BINDIR= /usr/libexec +NOMAN= 1 +NOSHARED= true +DPADD+= ${LIBCC_INT} +LDADD+= -lcc_int + +.include <bsd.prog.mk> |
