summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-24 22:34:18 +0000
committerphk <phk@FreeBSD.org>1994-11-24 22:34:18 +0000
commit898bee8131b2bc15f70e9a52ca5de228968250ce (patch)
treec58e22dd8a0de6fc93ce4ac047b0572c2937895b /secure
parent220670ec907a14c6d695d1d24819014b4c5f54ab (diff)
downloadFreeBSD-src-898bee8131b2bc15f70e9a52ca5de228968250ce.zip
FreeBSD-src-898bee8131b2bc15f70e9a52ca5de228968250ce.tar.gz
Fix secrdist sharedlib bug.
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/Makefile.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/secure/lib/Makefile.inc b/secure/lib/Makefile.inc
index 414219b..019e99a 100644
--- a/secure/lib/Makefile.inc
+++ b/secure/lib/Makefile.inc
@@ -1,6 +1,6 @@
-# $Id: Makefile.inc,v 1.2 1994/08/12 21:02:25 csgr Exp $
+# $Id: Makefile.inc,v 1.3 1994/11/14 20:45:28 phk Exp $
.include "${.CURDIR}/../../Makefile.inc"
-#.if exists(${.CURDIR}/../../../lib/Makefile.inc)
-#.include "${.CURDIR}/../../../lib/Makefile.inc"
-#.endif
+.if exists(${.CURDIR}/../../../lib/Makefile.inc)
+.include "${.CURDIR}/../../../lib/Makefile.inc"
+.endif
OpenPOWER on IntegriCloud