summaryrefslogtreecommitdiffstats
path: root/cddl
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-05-06 04:22:01 +0000
committerimp <imp@FreeBSD.org>2014-05-06 04:22:01 +0000
commit2118f42afd6189d38de35003e029021c0917f7e8 (patch)
treefeab560c7ac78d6da6d5e59636d346110d120bd7 /cddl
parent726190bef76155e04b90d525e540ce41474dddd5 (diff)
downloadFreeBSD-src-2118f42afd6189d38de35003e029021c0917f7e8.zip
FreeBSD-src-2118f42afd6189d38de35003e029021c0917f7e8.tar.gz
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
from the latter.
Diffstat (limited to 'cddl')
-rw-r--r--cddl/Makefile2
-rw-r--r--cddl/lib/Makefile2
-rw-r--r--cddl/sbin/Makefile2
-rw-r--r--cddl/usr.bin/Makefile2
-rw-r--r--cddl/usr.sbin/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/cddl/Makefile b/cddl/Makefile
index 2a9b6f8..44b778d 100644
--- a/cddl/Makefile
+++ b/cddl/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.include <bsd.own.mk>
+.include <src.opts.mk>
SUBDIR= lib sbin usr.bin usr.sbin
diff --git a/cddl/lib/Makefile b/cddl/lib/Makefile
index fef1383..634d70e 100644
--- a/cddl/lib/Makefile
+++ b/cddl/lib/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.include <bsd.own.mk>
+.include <src.opts.mk>
SUBDIR= ${_drti} \
libavl \
diff --git a/cddl/sbin/Makefile b/cddl/sbin/Makefile
index 4fd96f6..f40f2a4 100644
--- a/cddl/sbin/Makefile
+++ b/cddl/sbin/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.include <bsd.own.mk>
+.include <src.opts.mk>
SUBDIR= ${_tests} ${_zfs} ${_zpool}
diff --git a/cddl/usr.bin/Makefile b/cddl/usr.bin/Makefile
index 3547ff7..533697d 100644
--- a/cddl/usr.bin/Makefile
+++ b/cddl/usr.bin/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.include <bsd.own.mk>
+.include <src.opts.mk>
SUBDIR= \
ctfconvert \
diff --git a/cddl/usr.sbin/Makefile b/cddl/usr.sbin/Makefile
index 8551c28..537b8e5 100644
--- a/cddl/usr.sbin/Makefile
+++ b/cddl/usr.sbin/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.include <bsd.own.mk>
+.include <src.opts.mk>
SUBDIR= ${_dtrace} \
${_dtruss} \
OpenPOWER on IntegriCloud