diff options
author | Geoff Rehmet <csgr@FreeBSD.org> | 1994-08-12 21:02:31 +0000 |
---|---|---|
committer | Geoff Rehmet <csgr@FreeBSD.org> | 1994-08-12 21:02:31 +0000 |
commit | b1c75fb65d13705e984d452d5ff9c32f224c4995 (patch) | |
tree | 32298e204ed1e4396168bb326b565dfe5df7dfe1 /secure/lib/Makefile.inc | |
parent | 58eaed35cf9c29e1a5cfe17ba733218a1a797c01 (diff) | |
download | src-b1c75fb65d13705e984d452d5ff9c32f224c4995.tar.gz src-b1c75fb65d13705e984d452d5ff9c32f224c4995.zip |
1) don't make bdes yet
2) fix .include in secure/lib/Makefile.inc
3) fix afterinstall rule in libcrypt/Makefile
Submitted by: Geoff Rehmet
Notes
Notes:
svn path=/head/; revision=2044
Diffstat (limited to 'secure/lib/Makefile.inc')
-rw-r--r-- | secure/lib/Makefile.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/secure/lib/Makefile.inc b/secure/lib/Makefile.inc index fbdf4c6ea083..a03600e058d9 100644 --- a/secure/lib/Makefile.inc +++ b/secure/lib/Makefile.inc @@ -1,3 +1,5 @@ -# $Id: Makefile.inc,v 1.1 1994/08/07 19:04:10 wollman Exp $ +# $Id: Makefile.inc,v 1.1 1994/08/08 17:42:36 csgr Exp $ -.include ${.CURDIR}/../../lib/Makefile.inc +.if exists(${.CURDIR}/../../../lib/Makefile.inc) +.include "${.CURDIR}/../../../lib/Makefile.inc" +.endif |