diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-16 09:28:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-16 09:28:20 +0000 |
commit | 6bcfdb782fcaef3f2febe6037f427d2b30160406 (patch) | |
tree | d526789f34a22613dfa9221ceebfe37a94800a72 | |
parent | 7890bd2355b795bc6685895278d065c230995172 (diff) | |
download | pkgsrc-6bcfdb782fcaef3f2febe6037f427d2b30160406.tar.gz |
Note which packages' Makefiles include this file.
-rw-r--r-- | net/samba/Makefile.common | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/samba/Makefile.common b/net/samba/Makefile.common index f646b3869b3..16b0bbf7413 100644 --- a/net/samba/Makefile.common +++ b/net/samba/Makefile.common @@ -1,4 +1,10 @@ -# $NetBSD: Makefile.common,v 1.9 2003/09/14 22:15:21 jlam Exp $ +# $NetBSD: Makefile.common,v 1.10 2003/09/16 09:28:20 jlam Exp $ +# +# NOTE: This file is included by: +# +# net/samba/Makefile +# security/pam-smbpass/Makefile +# security/winbind/Makefile DISTNAME= samba-${SAMBA_DIST_VERS} SAMBA_DIST_VERS= 2.2.8a |