aboutsummaryrefslogtreecommitdiff
path: root/secure/Makefile
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1994-11-14 20:45:35 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1994-11-14 20:45:35 +0000
commitf079582484687f751be69b1ccbfcc93343aea3f6 (patch)
tree22d62c37f7cfda9a7791d6d7bf3a1e7e045bc0a3 /secure/Makefile
parent3f6dabb23b9b0a793be312d74907f2690d6d4a03 (diff)
downloadsrc-f079582484687f751be69b1ccbfcc93343aea3f6.tar.gz
src-f079582484687f751be69b1ccbfcc93343aea3f6.zip
Make the "distribute" target build the "des" distribution. Make des'ed
init and ed, by pointing to real sources.
Notes
Notes: svn path=/head/; revision=4485
Diffstat (limited to 'secure/Makefile')
-rw-r--r--secure/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/secure/Makefile b/secure/Makefile
index fd492dd2dcfb..5607b5466c65 100644
--- a/secure/Makefile
+++ b/secure/Makefile
@@ -1,7 +1,10 @@
-# $Id: Makefile,v 1.4 1994/09/07 07:16:37 pst Exp $
+# $Id: Makefile,v 1.5 1994/09/07 07:47:03 pst Exp $
-# XXX usr.bin out until Geoff's master plan is done
-SUBDIR= lib
+# lib must be first, or it will not work. This is because we reference
+# the lib's in the directory where they are built from the binaries we
+# want to build.
+
+SUBDIR= lib usr.bin sbin bin
.include <bsd.subdir.mk>