summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/cc/Makefile')
-rw-r--r--gnu/usr.bin/cc/cc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc/Makefile b/gnu/usr.bin/cc/cc/Makefile
index 0ad1e81..4f90e71 100644
--- a/gnu/usr.bin/cc/cc/Makefile
+++ b/gnu/usr.bin/cc/cc/Makefile
@@ -17,7 +17,7 @@ MLINKS= gcc.1 cc.1 gcc.1 c++.1 gcc.1 g++.1 gcc.1 CC.1
CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"
CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\"
-DPADD+= ${LIBCC_INT} ${LIBCC_FBSD}
-LDADD+= ${LIBCC_INT} ${LIBCC_FBSD}
+DPADD+= ${LIBCC_INT}
+LDADD+= ${LIBCC_INT}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud