From 26e19bc7366fe5d3869d2118fc62413d3b202f3c Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sun, 1 Oct 1995 15:15:09 +0000 Subject: [PATCH] As init/Makefile now 'knows' how to build secure code if necessary, clean out the .if () / .endif --- sbin/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sbin/Makefile b/sbin/Makefile index 2cf7796f9844..f86158b6a75e 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -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 \