summaryrefslogtreecommitdiff
path: root/net/ntp-devel
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:10:52 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:10:52 +0000
commit2f5fd33d0b48f766e2722a601367b2d51c9e82a8 (patch)
tree662ca58b6bf492bef7d41ebac8ca99d63081bbfb /net/ntp-devel
parentRemove always-false/true conditions based on OSVERSION 500000 (diff)
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'net/ntp-devel')
-rw-r--r--net/ntp-devel/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile
index ce6881d76b19..ab31649815e3 100644
--- a/net/ntp-devel/Makefile
+++ b/net/ntp-devel/Makefile
@@ -44,12 +44,6 @@ CONFIGURE_ARGS+= --enable-ipv6
MAN1= ntp-keygen.1 ntpd.1 ntpdc.1 ntpq.1 sntp.1
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Will not build under 4.X.
-.endif
-
post-install:
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/conf/* ${EXAMPLESDIR}
@@ -60,4 +54,4 @@ post-install:
${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} --quiet ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>