From a60be9a7dffc9c97cd311efba960be54332e2060 Mon Sep 17 00:00:00 2001 From: markm Date: Sun, 1 Oct 1995 15:15:09 +0000 Subject: 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(-) (limited to 'sbin/Makefile') diff --git a/sbin/Makefile b/sbin/Makefile index 2cf7796..f86158b 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 \ -- cgit v1.1