mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Now that ldconfig does elf work too, build it on alpha as well.
This commit is contained in:
parent
c2e6b42316
commit
120e8c9dfb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38843
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user