diff options
-rw-r--r-- | net/ucd-snmp-current/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/ucd-snmp-current/Makefile b/net/ucd-snmp-current/Makefile index 8f7d0aa962f..728553acc8d 100644 --- a/net/ucd-snmp-current/Makefile +++ b/net/ucd-snmp-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2002/02/12 10:16:45 skrll Exp $ +# $NetBSD: Makefile,v 1.18 2002/02/12 12:16:54 skrll Exp $ DISTNAME= ucd-snmp-4.2.3 CATEGORIES= net @@ -73,9 +73,6 @@ post-install: .if (${OPSYS} == "NetBSD") CFLAGS+= -Dnetbsd1 -.if (${OS_VERSION:M1.5.[12]*} != "") -CFLAGS+= -D__HAVE_OLD_DISKLABEL -.endif .endif .include "../../security/openssl/buildlink.mk" # USE_SSL= yes |