summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-10-02 18:51:37 +0000
committerphk <phk@FreeBSD.org>2004-10-02 18:51:37 +0000
commitf697f4f13edf786a14bda731cb55d404c64e89bf (patch)
treefe507a6c1691c606fa5448777b5a6886851fab7b /usr.sbin/Makefile
parent955182f9c8b331db9d73e2554bc697305ce0009e (diff)
downloadFreeBSD-src-f697f4f13edf786a14bda731cb55d404c64e89bf.zip
FreeBSD-src-f697f4f13edf786a14bda731cb55d404c64e89bf.tar.gz
Get debugging macros from sivar.h
Disable some code which magics minor numbers into card/port numbers. I think we will have to parse this from the device name in the future, but I need to confer with peter@ about this. Put sicontrol back in the build. Troublespotter: dwhite
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 37feac5..a976e53 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -285,7 +285,7 @@ _pnpinfo= pnpinfo
.if !defined(NOLIBPTHREAD)
_pppctl= pppctl
.endif
-# _sicontrol= sicontrol
+_sicontrol= sicontrol
_spkrtest= spkrtest
_wlconfig= wlconfig
_zzz= zzz
@@ -317,7 +317,7 @@ _mptable= mptable
.if !defined(NOLIBPTHREAD)
_pppctl= pppctl
.endif
-# _sicontrol= sicontrol
+_sicontrol= sicontrol
_spkrtest= spkrtest
_zzz= zzz
.endif
OpenPOWER on IntegriCloud