diff options
author | martti <martti@pkgsrc.org> | 2004-01-12 07:31:52 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-01-12 07:31:52 +0000 |
commit | 6c1f64b11483ec733a6105b79708ffccf2fad5b1 (patch) | |
tree | 629b5607d890fe60363779ab59e019b7152eace2 /security | |
parent | 201b5a9f347275a702c0a381d66d339f3236e43d (diff) | |
download | pkgsrc-6c1f64b11483ec733a6105b79708ffccf2fad5b1.tar.gz |
Use correct Makefile.common
Diffstat (limited to 'security')
-rw-r--r-- | security/winbind/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/winbind/Makefile b/security/winbind/Makefile index 181393a65c9..ec48ac757e8 100644 --- a/security/winbind/Makefile +++ b/security/winbind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/11 00:33:03 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/12 07:31:52 martti Exp $ PKGNAME= winbind-${SAMBA_DIST_VERS} PKGREVISION= 1 @@ -7,7 +7,7 @@ CATEGORIES= security USE_BUILDLINK3= yes USE_PKGINSTALL= yes -.include "../../net/samba/Makefile.common" +.include "../../net/samba2/Makefile.common" MAINTAINER= jlam@NetBSD.org HOMEPAGE= http://www.samba.org/ |