From 33de379b2b19f34cf6e1c6ecd3e605aec60ca530 Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 4 Oct 2007 00:00:38 +0000 Subject: Remove support for OSVERSION < 5 --- security/lsh/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'security/lsh') diff --git a/security/lsh/Makefile b/security/lsh/Makefile index d85a2bd7b8d8..50ab29e9d2e2 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -45,12 +45,6 @@ MAN5= secsh.5 SPKI.5 SHA.5 DSA.5 MAN8= sftp-server.8 lshd.8 INFO= lsh nettle -.include - -.if ${OSVERSION} < 400014 -CONFIGURE_ARGS+= --without-ipv6 -.endif - post-install: .for BIN in lsh lsh-keygen lsh-writekey sexp-conv srp-gen lsh-decode-key ${STRIP_CMD} ${PREFIX}/bin/${BIN} @@ -63,4 +57,4 @@ test: (cd ${WRKSRC}/src/testsuite && ${SETENV} ${MAKE_ENV} \ ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) -.include +.include -- cgit