opnsense-src/gnu/usr.bin/cc/cc1/Makefile
Peter Wemm 8fb64f20b5 Remove the partial support for a shared -lcc_int, since it's been unusable
for a fair while.  cc1, cc1plus etc have been linked static for some time.
1996-09-21 14:27:38 +00:00

15 lines
280 B
Makefile

#
# $Id: Makefile,v 1.8 1996/09/19 15:38:33 peter Exp $
#
PROG = cc1
SRCS = c-parse.c \
c-aux-info.c c-convert.c c-decl.c c-iterate.c c-lang.c c-lex.c \
c-typeck.c
BINDIR= /usr/libexec
NOMAN= 1
NOSHARED= true
DPADD+= ${LIBCC_INT}
LDADD+= ${LIBCC_INT}
.include <bsd.prog.mk>