aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2008-07-04 18:15:36 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2008-07-04 18:15:36 +0000
commit94f923b69dfee085dc610d723404953627269f7c (patch)
tree4a416c17f565be349b5676a518d2186e34603244 /usr.sbin/Makefile
parent0c036c44dd87fed8ccbca55dfe0bbb00bfaf0529 (diff)
downloadsrc-94f923b69dfee085dc610d723404953627269f7c.tar.gz
src-94f923b69dfee085dc610d723404953627269f7c.zip
Remove the arl(4) driver. It is reported to not work on 6.x or later
even though the driver hasn't changed since 4.x (last known working release).
Notes
Notes: svn path=/head/; revision=180257
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index d6a7fee393d7..61f99c637852 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -12,7 +12,6 @@ SUBDIR= ac \
ancontrol \
${_apm} \
${_apmd} \
- ${_arlcontrol} \
arp \
${_asf} \
${_atm} \
@@ -317,7 +316,6 @@ _zzz= zzz
.if ${MK_ACPI} != "no"
_acpi= acpi
.endif
-_arlcontrol= arlcontrol
_boot0cfg= boot0cfg
_wlconfig= wlconfig
.elif ${MACHINE} == "pc98"