aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1995-10-02 16:37:16 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1995-10-02 16:37:16 +0000
commit401a1579325d33ae99b0e18c7bce1f2d782299b2 (patch)
tree0f644e65fe54f0eab55b8aed02b4a182382439d6 /gnu/usr.bin
parent782f2c1be5b2d2ba677893582a27a27964c2d7d4 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/cc1plus/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc1plus/Makefile b/gnu/usr.bin/cc/cc1plus/Makefile
index 59d46f0393d9..5bdeb0ad35f0 100644
--- a/gnu/usr.bin/cc/cc1plus/Makefile
+++ b/gnu/usr.bin/cc/cc1plus/Makefile
@@ -1,11 +1,12 @@
#
-# $Id: Makefile,v 1.5 1994/11/15 04:51:37 phk Exp $
+# $Id: Makefile,v 1.6 1995/09/22 14:14:26 phk Exp $
#
PROG = cc1plus
SRCS = call.c class.c cvt.c decl.c decl2.c edsel.c errfn.c error.c except.c expr.c gc.c init.c lex.c method.c parse.c pt.c ptree.c search.c sig.c spew.c tree.c typeck.c typeck2.c xref.c
BINDIR= /usr/libexec
NOMAN= 1
+NOSHARED= makes_it_smaller_faster
DPADD+= ${LIBCC_INT}
LDADD+= -lcc_int