As init/Makefile now 'knows' how to build secure code if necessary, clean

out the .if (<building secure>) / .endif
This commit is contained in:
Mark Murray 1995-10-01 15:15:09 +00:00
parent 6aee553317
commit 26e19bc736
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11114

View File

@ -3,13 +3,7 @@
# XXX MISSING: fsdb icheck ncheck
SUBDIR= adjkerntz badsect clri disklabel dmesg dset dump dumpfs \
dumplfs dumpon fsck ifconfig
.if exists(../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
SUBDIR+= ../secure/sbin/init
.else
SUBDUR+= init
.endif
SUBDIR+= ipfw md5 mknod modload \
dumplfs dumpon fsck ifconfig init 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 \