summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-02-27 10:54:06 +0000
committerjkh <jkh@FreeBSD.org>1999-02-27 10:54:06 +0000
commitd7bc8dbf1830427d3489834768adce4d7ce43f83 (patch)
tree2574523f9f80836a665df19029ce96a184bc3ded /sbin/Makefile
parentb602e1693f4408235dea0cb09f7dae034752d48b (diff)
downloadFreeBSD-src-d7bc8dbf1830427d3489834768adce4d7ce43f83.zip
FreeBSD-src-d7bc8dbf1830427d3489834768adce4d7ce43f83.tar.gz
Don't install kget on alpha - it doesn't do much useful there.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 6ec8322..6c8b411 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.5 (Berkeley) 3/31/94
-# $Id: Makefile,v 1.64 1999/02/10 21:09:48 obrien Exp $
+# $Id: Makefile,v 1.65 1999/02/27 02:25:06 jkh Exp $
# XXX MISSING: icheck ncheck
@@ -22,7 +22,6 @@ SUBDIR= adjkerntz \
init \
ipf \
ipfw \
- kget \
kldload \
kldstat \
kldunload \
@@ -64,6 +63,10 @@ SUBDIR= adjkerntz \
umount \
vinum
+.if ${MACHINE_ARCH} == i386
+SUBDIR+= kget
+.endif
+
.if exists(${.CURDIR}/${MACHINE_ARCH})
SUBDIR+= ${MACHINE_ARCH}
.endif
OpenPOWER on IntegriCloud