diff options
author | jb <jb@FreeBSD.org> | 1998-09-05 07:35:19 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-09-05 07:35:19 +0000 |
commit | a0a35093a3f94af92fdda8ebaf06cde94ff067cd (patch) | |
tree | 352515ea3cccafbefc160fb0ab98b9c75c2eded3 /sbin | |
parent | 557d4b66188dcf8a001d67d63ea2751e20958167 (diff) | |
download | FreeBSD-src-a0a35093a3f94af92fdda8ebaf06cde94ff067cd.zip FreeBSD-src-a0a35093a3f94af92fdda8ebaf06cde94ff067cd.tar.gz |
Now that ldconfig does elf work too, build it on alpha as well.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index c95b4ec..d9bd025 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,5 +1,5 @@ # @(#)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 @@ -22,6 +22,7 @@ SUBDIR= badsect \ kldload \ kldstat \ kldunload \ + ldconfig \ md5 \ mknod \ modload \ @@ -64,7 +65,6 @@ SUBDIR+= ${MACHINE} .if ${MACHINE_ARCH} == "i386" SUBDIR+=adjkerntz \ - ldconfig \ scsi .endif |