diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-05-17 12:27:07 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-05-17 12:27:07 +0000 |
commit | 163b073a02d300581acf68a549a6c22db4b8ff2e (patch) | |
tree | f3d3fca5aebe66d429d4b9cabe167bbef08b5617 /net | |
parent | 146fc75b367bc2d6734b8d53f9814daf494d85c7 (diff) | |
download | pkgsrc-163b073a02d300581acf68a549a6c22db4b8ff2e.tar.gz |
Fix typo in comment.
Diffstat (limited to 'net')
-rw-r--r-- | net/samba4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile index c01b238e759..38656cfb627 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2015/05/12 12:19:52 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2015/05/17 12:27:07 ryoon Exp $ DISTNAME= samba-${VERSION} CATEGORIES= net @@ -91,7 +91,7 @@ CONFIGURE_ARGS+= --jobs=1 CONFIGURE_ARGS+= --jobs=${MAKE_JOBS} .endif -# for binbind option build. +# for winbind option build. LDFLAGS+= -Wl,--allow-shlib-undefined LDFLAGS+= ${COMPILER_RPATH_FLAG}${SMB_PRIVATELIB} |