diff options
author | martti <martti@pkgsrc.org> | 2004-01-12 07:59:28 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-01-12 07:59:28 +0000 |
commit | a73e004fa93aeed6b0f7ade1fa891fa207a97cda (patch) | |
tree | 1d8a343b0dcca68ee224d5b1ee5dd9867af3c22c | |
parent | 6c1f64b11483ec733a6105b79708ffccf2fad5b1 (diff) | |
download | pkgsrc-a73e004fa93aeed6b0f7ade1fa891fa207a97cda.tar.gz |
Use correct Makefile.common
-rw-r--r-- | security/pam-smbpass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam-smbpass/Makefile b/security/pam-smbpass/Makefile index a43f5885337..3e3d7711e8d 100644 --- a/security/pam-smbpass/Makefile +++ b/security/pam-smbpass/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2004/01/12 04:56:35 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/12 07:59:28 martti Exp $ -.include "../../net/samba/Makefile.common" +.include "../../net/samba2/Makefile.common" PKGNAME= pam-smbpass-${SAMBA_DIST_VERS} CATEGORIES= security |