Build secure init if available and allowed

This commit is contained in:
Andrey A. Chernov 1995-09-29 19:35:10 +00:00
parent 9c52d82f1e
commit f73c1ad4e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11066

View File

@ -3,7 +3,13 @@
# XXX MISSING: fsdb icheck ncheck
SUBDIR= adjkerntz badsect clri disklabel dmesg dset dump dumpfs \
dumplfs dumpon fsck ifconfig init ipfw md5 mknod modload \
dumplfs dumpon fsck ifconfig
.if exists(../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
SUBDIR+= ../secure/sbin/init
.else
SUBDUR+= init
.endif
SUBDIR+= ipfw md5 mknod modload \
modunload mount mount_cd9660 mount_fdesc mount_kernfs \
mount_lfs mount_nfs mount_null mount_portal mount_procfs \
mount_umap mount_union mountd newfs newlfs nfsd nfsiod \