diff options
author | hans <hans> | 2012-02-16 19:42:04 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-16 19:42:04 +0000 |
commit | 692825c65654a21c8c9e4b7478de86c7546360dc (patch) | |
tree | a15f28baaccd7d65674d1817d9c013f7791daab2 /security/sslwrap | |
parent | 9eebe44929bc1de44e1ae05a6161e3868ec7f0ce (diff) | |
download | pkgsrc-692825c65654a21c8c9e4b7478de86c7546360dc.tar.gz |
Uses a BSD makefile.
Diffstat (limited to 'security/sslwrap')
-rw-r--r-- | security/sslwrap/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile index 4dafa6e1ef6..652ad47562c 100644 --- a/security/sslwrap/Makefile +++ b/security/sslwrap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2010/01/17 12:02:44 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2012/02/16 19:42:04 hans Exp $ # DISTNAME= ${PKGNAME_NOREV:S/-//} @@ -16,8 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir OPSYSVARS+= LDADD LDADD.SunOS= -lnsl -lsocket MAKE_ENV+= LDADD=${LDADD:Q} -MAKE_ENV+= BINOWN=${BINOWN:Q} -MAKE_ENV+= BINGRP=${BINGRP:Q} +USE_BSD_MAKEFILE= yes .include "../../security/openssl/buildlink3.mk" |