diff options
author | phk <phk@FreeBSD.org> | 1994-11-14 20:45:35 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1994-11-14 20:45:35 +0000 |
commit | 277a5cfc859e85cd4ca28636320955ef71c7c395 (patch) | |
tree | 22d62c37f7cfda9a7791d6d7bf3a1e7e045bc0a3 /secure/Makefile | |
parent | 48765f90e3130d772908e0166fcd496b6b3637d6 (diff) | |
download | FreeBSD-src-277a5cfc859e85cd4ca28636320955ef71c7c395.zip FreeBSD-src-277a5cfc859e85cd4ca28636320955ef71c7c395.tar.gz |
Make the "distribute" target build the "des" distribution. Make des'ed
init and ed, by pointing to real sources.
Diffstat (limited to 'secure/Makefile')
-rw-r--r-- | secure/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/secure/Makefile b/secure/Makefile index fd492dd..5607b54 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> |