Now that ldconfig does elf work too, build it on alpha as well.

This commit is contained in:
John Birrell 1998-09-05 07:35:19 +00:00
parent c2e6b42316
commit 120e8c9dfb

View File

@ -1,5 +1,5 @@
# @(#)Makefile 8.5 (Berkeley) 3/31/94 # @(#)Makefile 8.5 (Berkeley) 3/31/94
# $Id: Makefile,v 1.51 1998/08/20 20:47:49 jb Exp $ # $Id: Makefile,v 1.52 1998/08/30 20:27:37 gpalmer Exp $
# XXX MISSING: icheck ncheck # XXX MISSING: icheck ncheck
@ -22,6 +22,7 @@ SUBDIR= badsect \
kldload \ kldload \
kldstat \ kldstat \
kldunload \ kldunload \
ldconfig \
md5 \ md5 \
mknod \ mknod \
modload \ modload \
@ -64,7 +65,6 @@ SUBDIR+= ${MACHINE}
.if ${MACHINE_ARCH} == "i386" .if ${MACHINE_ARCH} == "i386"
SUBDIR+=adjkerntz \ SUBDIR+=adjkerntz \
ldconfig \
scsi scsi
.endif .endif