summaryrefslogtreecommitdiffstats
path: root/sbin/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1995-10-01 15:15:09 +0000
committermarkm <markm@FreeBSD.org>1995-10-01 15:15:09 +0000
commita60be9a7dffc9c97cd311efba960be54332e2060 (patch)
tree534bd40f51cb4ccce30e2c415f0870f13e1038b6 /sbin/Makefile
parent2bda1d13d0315e5bb24b6807ea19e42588f18550 (diff)
downloadFreeBSD-src-a60be9a7dffc9c97cd311efba960be54332e2060.zip
FreeBSD-src-a60be9a7dffc9c97cd311efba960be54332e2060.tar.gz
As init/Makefile now 'knows' how to build secure code if necessary, clean
out the .if (<building secure>) / .endif
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile8
1 files changed, 1 insertions, 7 deletions
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 \
OpenPOWER on IntegriCloud