diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-19 09:20:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-19 09:20:11 +0000 |
commit | 9614fe9c40a23c838c8b9c08831dcf281638f821 (patch) | |
tree | 8ce715ac8edfb57a6993b96f973298222a7bca77 /security/PAM/Makefile | |
parent | 90862023ffbbf4eb3aa5e5702ee9787b10912bc9 (diff) | |
download | pkgsrc-9614fe9c40a23c838c8b9c08831dcf281638f821.tar.gz |
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'security/PAM/Makefile')
-rw-r--r-- | security/PAM/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/PAM/Makefile b/security/PAM/Makefile index d2767115607..cdf18643823 100644 --- a/security/PAM/Makefile +++ b/security/PAM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/03/27 03:20:14 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2001/06/19 09:20:11 jlam Exp $ # DISTNAME= Linux-${PKGNAME} @@ -11,9 +11,11 @@ HOMEPAGE= http://www.kernel.org/pub/linux/libs/pam/ COMMENT= Pluggable Authentication Modules BUILD_DEPENDS+= bison-*:../../devel/bison -DEPENDS+= libcrack-*:../../security/libcrack -USE_GMAKE= YES +USE_GMAKE= YES +USE_BUILDLINK_ONLY= YES + +.include "../../security/libcrack/buildlink.mk" MAKE_ENV+= LOWER_OPSYS="${LOWER_OPSYS}" MAKE_ENV+= MACHINE_GNU_ARCH="${MACHINE_GNU_ARCH}" |