freebsd-dev/gnu/usr.bin/cc/cc1/Makefile
Paul Traina 72b4ef7179 NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".
NOPIC is used to not generate a shared library, not NOSHARED.
Make NOSHARED advisory where appropriate.
Remove bogus NOSHARED (kbdio).
1997-06-29 06:03:42 +00:00

16 lines
279 B
Makefile

#
# $Id: Makefile,v 1.11 1997/02/22 15:44:53 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=yes
DPADD+= ${LIBCC_INT}
LDADD+= ${LIBCC_INT}
.include <bsd.prog.mk>