aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2004-03-17 08:50:17 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2004-03-17 08:50:17 +0000
commitd67e2df265f7e89981c41cae65c6b27fc464a009 (patch)
tree5ea8c103339a8862c7b7a7acfcabf6e4d9e3bc4e /usr.sbin/Makefile
parentd65c9ff559a32ed7843e99b9c34d6aa0b664da8a (diff)
downloadsrc-d67e2df265f7e89981c41cae65c6b27fc464a009.tar.gz
src-d67e2df265f7e89981c41cae65c6b27fc464a009.zip
Move the _arlconfig define in the existing i386 section.
Suggested by: ru
Notes
Notes: svn path=/head/; revision=127107
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index a3ba0d6a89ab..b137e7cdd0d8 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -242,14 +242,12 @@ _acpi= acpi
.endif
_apm= apm
_apmd= apmd
-.if ${MACHINE} == "i386"
-_arlconfig= arlconfig
-.endif
_asf= asf
.if !defined(NO_BLUETOOTH)
_bluetooth= bluetooth
.endif
.if ${MACHINE} == "i386"
+_arlconfig= arlconfig
_boot0cfg= boot0cfg
.endif
.if ${MACHINE} == "pc98"