summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/ntp4/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile
index c8eae6179c5..013df1a75da 100644
--- a/net/ntp4/Makefile
+++ b/net/ntp4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/04/11 21:46:52 tv Exp $
+# $NetBSD: Makefile,v 1.41 2005/06/01 19:07:34 jlam Exp $
#
DISTNAME= ntp-4.2.0
@@ -65,12 +65,9 @@ NO_TIMETRIM= ""
PLIST_SUBST+= TIMETRIM=${TIMETRIM} NO_TIMETRIM=${NO_TIMETRIM}
.include "../../security/openssl/buildlink3.mk"
-.include "../../mk/buildlink3/bsd.builtin.mk"
-.if !empty(USE_BUILTIN.openssl:M[nN][oO])
CONFIGURE_ARGS+= --with-openssl-incdir=${SSLBASE}/include
CONFIGURE_ARGS+= --with-openssl-libdir=${SSLBASE}/lib
CONFIGURE_ARGS+= --with-crypto=openssl
-.endif
.include "../../mk/bsd.pkg.mk"