diff options
| author | Devin Teske <dteske@FreeBSD.org> | 2013-07-06 04:13:47 +0000 |
|---|---|---|
| committer | Devin Teske <dteske@FreeBSD.org> | 2013-07-06 04:13:47 +0000 |
| commit | 94bc33c1509dc7f571181f2e49e5ff4368c991d1 (patch) | |
| tree | 4329f85cf2ce348b90e6158eaa0d05726b24eb1f /usr.sbin | |
| parent | abfdbca9229b11df72947f563b55a2ba48f42b5b (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 02e590e98b68..acdc6131f1f7 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -6,6 +6,7 @@ SUBDIR= adduser \ arp \ bootparamd \ + bsdconfig \ bsdinstall \ cdcontrol \ chkgrp \ @@ -80,6 +81,7 @@ SUBDIR= adduser \ snapinfo \ spray \ syslogd \ + sysrc \ tcpdchk \ tcpdmatch \ tcpdrop \ @@ -146,11 +148,6 @@ SUBDIR+= rndc-confgen SUBDIR+= bluetooth .endif -.if ${MK_BSDCONFIG} != "no" -SUBDIR+= bsdconfig -SUBDIR+= sysrc -.endif - .if ${MK_BSNMP} != "no" SUBDIR+= bsnmpd .endif |
