From 2ef260d35c855a48f3d8a13aec731a6f49f0ae67 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Thu, 24 Nov 1994 22:34:18 +0000 Subject: [PATCH] Fix secrdist sharedlib bug. --- secure/lib/Makefile.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/secure/lib/Makefile.inc b/secure/lib/Makefile.inc index 414219bf1af3..019e99afab65 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