Add the ldconfig SUBDIR for all platforms so ldconfig(8) is available on

a shared /usr/share directory.
src/sbin/ldconfig/Makefile has allready an check to build the ldconfig
programm only on a.out platforms.
This commit is contained in:
veego 1999-01-30 21:16:33 +00:00
parent 62b6d88053
commit 0287662346
1 changed files with 4 additions and 10 deletions

View File

@ -1,15 +1,13 @@
# $NetBSD: Makefile,v 1.53 1998/12/28 14:03:27 hannken Exp $
# $NetBSD: Makefile,v 1.54 1999/01/30 21:16:33 veego Exp $
# @(#)Makefile 8.5 (Berkeley) 3/31/94
# Not ported: XNSrouted enpload scsiformat startslip
# Missing: icheck ncheck
.include <bsd.own.mk> # get OBJECT_FMT definition
SUBDIR= atactl badsect bim ccdconfig disklabel dmesg edlabel fastboot fdisk \
fsck fsirand ifconfig init mknod modload modunload mount nologin ping \
reboot raidctl rndctl route routed savecore scsictl shutdown slattach \
swapctl ttyflags umount wsconsctl
fsck fsirand ifconfig init ldconfig mknod modload modunload mount \
nologin ping reboot raidctl rndctl route routed savecore scsictl \
shutdown slattach swapctl ttyflags umount wsconsctl
# support for various file systems
SUBDIR+= mount_ados
@ -29,8 +27,4 @@ SUBDIR+= mount_procfs
SUBDIR+= mount_umap
SUBDIR+= mount_union
.if (${OBJECT_FMT} != "ELF")
SUBDIR+= ldconfig
.endif
.include <bsd.subdir.mk>