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/lib | |
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/lib')
-rw-r--r-- | secure/lib/Makefile.inc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/secure/lib/Makefile.inc b/secure/lib/Makefile.inc index a03600e..414219b 100644 --- a/secure/lib/Makefile.inc +++ b/secure/lib/Makefile.inc @@ -1,5 +1,6 @@ -# $Id: Makefile.inc,v 1.1 1994/08/08 17:42:36 csgr Exp $ +# $Id: Makefile.inc,v 1.2 1994/08/12 21:02:25 csgr Exp $ -.if exists(${.CURDIR}/../../../lib/Makefile.inc) -.include "${.CURDIR}/../../../lib/Makefile.inc" -.endif +.include "${.CURDIR}/../../Makefile.inc" +#.if exists(${.CURDIR}/../../../lib/Makefile.inc) +#.include "${.CURDIR}/../../../lib/Makefile.inc" +#.endif |