Unconditionally compile the MSDFS support, as it's a run-time switch you
can turn on or off. Bump PKGREVISION.
This commit is contained in:
parent
f647260432
commit
2a30175999
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.90 2002/10/13 23:13:51 kim Exp $
|
||||
# $NetBSD: Makefile,v 1.91 2002/10/20 19:49:37 jlam Exp $
|
||||
|
||||
.include "Makefile.common"
|
||||
|
||||
PKGREVISION= 1
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://www.samba.org/
|
||||
COMMENT= SMB/CIFS protocol server suite for UNIX
|
||||
|
@ -39,10 +40,8 @@ SMBPASSWD_FILE= /dev/null ${SAMBA_PRIVATE}/smbpasswd \
|
|||
${ROOT_USER} ${ROOT_GROUP} 0600
|
||||
.endif
|
||||
|
||||
.if defined(SAMBA_USE_MSDFS)
|
||||
BUILD_DEFS+= SAMBA_USE_MSDFS
|
||||
# Microsoft DFS support
|
||||
CONFIGURE_ARGS+= --with-msdfs
|
||||
.endif
|
||||
|
||||
MESSAGE_SUBST+= SAMBA_PRIVATE=${SAMBA_PRIVATE}
|
||||
MESSAGE_SUBST+= ROOT_GROUP=${ROOT_GROUP}
|
||||
|
|
Loading…
Reference in a new issue