summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/c++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/c++/Makefile')
-rw-r--r--gnu/usr.bin/cc/c++/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/c++/Makefile b/gnu/usr.bin/cc/c++/Makefile
index 54e8561..98e1ea3 100644
--- a/gnu/usr.bin/cc/c++/Makefile
+++ b/gnu/usr.bin/cc/c++/Makefile
@@ -1,5 +1,8 @@
# $FreeBSD$
+NO_MAN=
+.include <bsd.own.mk>
+
.include "../Makefile.inc"
.include "../Makefile.fe"
@@ -7,13 +10,10 @@
PROG= g++
SRCS+= g++spec.c
-NO_MAN=
DPADD= ${LIBCPP} ${LIBIBERTY}
LDADD= ${LIBCPP} ${LIBIBERTY}
-.include <bsd.own.mk>
-
.if ${MK_CLANG_IS_CC} == "no"
LINKS= ${BINDIR}/g++ ${BINDIR}/c++
LINKS+= ${BINDIR}/g++ ${BINDIR}/CC
OpenPOWER on IntegriCloud