summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-03-18 14:30:23 +0000
committerru <ru@FreeBSD.org>2006-03-18 14:30:23 +0000
commit86d485cdba2c766e9beb68734e9d7ba57123fa1d (patch)
tree12fc553c8f8f060a0e0470c688fdb79fee581346 /Makefile.inc1
parentd6749fb19b041afd31a2ed3504b7f83cbbea5e52 (diff)
downloadFreeBSD-src-86d485cdba2c766e9beb68734e9d7ba57123fa1d.zip
FreeBSD-src-86d485cdba2c766e9beb68734e9d7ba57123fa1d.tar.gz
Add the new "showconfig" target that displays build configuration.
Suggested by: phk
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index ea030e5..f7d2ec5 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1175,3 +1175,8 @@ check-old: check-old-files check-old-libs check-old-dirs
.endif
+#
+# showconfig - show build configuration.
+#
+showconfig:
+ @${MAKE} -n -f bsd.own.mk -V dummy -dg1 | grep ^MK_ | sort
OpenPOWER on IntegriCloud