diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-11-14 20:45:35 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-11-14 20:45:35 +0000 |
| commit | f079582484687f751be69b1ccbfcc93343aea3f6 (patch) | |
| tree | 22d62c37f7cfda9a7791d6d7bf3a1e7e045bc0a3 /secure/lib | |
| parent | 3f6dabb23b9b0a793be312d74907f2690d6d4a03 (diff) | |
Notes
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 a03600e058d9..414219bf1af3 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 |
