Don't install kget on alpha - it doesn't do much useful there.
This commit is contained in:
parent
f9d0451202
commit
c54f4a7556
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user