[Midnightbsd-cvs] src [11981] trunk/usr.sbin/Makefile: add bsdconfig

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Jul 30 16:37:42 EDT 2018


Revision: 11981
          http://svnweb.midnightbsd.org/src/?rev=11981
Author:   laffer1
Date:     2018-07-30 16:37:41 -0400 (Mon, 30 Jul 2018)
Log Message:
-----------
add bsdconfig

Modified Paths:
--------------
    trunk/usr.sbin/Makefile

Modified: trunk/usr.sbin/Makefile
===================================================================
--- trunk/usr.sbin/Makefile	2018-07-29 19:14:46 UTC (rev 11980)
+++ trunk/usr.sbin/Makefile	2018-07-30 20:37:41 UTC (rev 11981)
@@ -8,6 +8,7 @@
 	arp \
 	bootparamd \
 	burncd \
+	${_bsdconfig} \
 	bsdinstall \
 	cdcontrol \
 	chkgrp \
@@ -133,6 +134,10 @@
 SUBDIR+=	bsnmpd
 .endif
 
+.if ${MK_DIALOG} != "no"
+_bsdconfig=	bsdconfig
+.endif
+
 .if ${MK_CTM} != "no"
 SUBDIR+=	ctm
 .endif



More information about the Midnightbsd-cvs mailing list