head	1.3;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.2.3
	RELENG_4_11:1.1.2.3.0.14
	RELENG_4_11_BP:1.1.2.3
	RELENG_4_10_0_RELEASE:1.1.2.3
	RELENG_4_10:1.1.2.3.0.12
	RELENG_4_10_BP:1.1.2.3
	RELENG_4_9_0_RELEASE:1.1.2.3
	RELENG_4_9:1.1.2.3.0.10
	RELENG_4_9_BP:1.1.2.3
	RELENG_5_1_0_RELEASE:1.2
	RELENG_5_1:1.2.0.2
	RELENG_5_1_BP:1.2
	RELENG_4_8_0_RELEASE:1.1.2.3
	RELENG_4_8:1.1.2.3.0.8
	RELENG_4_8_BP:1.1.2.3
	RELENG_5_0_0_RELEASE:1.1
	RELENG_5_0:1.1.0.4
	RELENG_5_0_BP:1.1
	RELENG_4_7_0_RELEASE:1.1.2.3
	RELENG_4_7:1.1.2.3.0.6
	RELENG_4_7_BP:1.1.2.3
	RELENG_4_6_2_RELEASE:1.1.2.3
	RELENG_4_6_1_RELEASE:1.1.2.3
	RELENG_4_6_0_RELEASE:1.1.2.3
	RELENG_4_6:1.1.2.3.0.4
	RELENG_4_6_BP:1.1.2.3
	RELENG_4_5_0_RELEASE:1.1.2.3
	RELENG_4_5:1.1.2.3.0.2
	RELENG_4_5_BP:1.1.2.3
	RELENG_4:1.1.0.2;
locks; strict;
comment	@# @;


1.3
date	2003.07.02.16.22.43;	author gordon;	state dead;
branches;
next	1.2;

1.2
date	2002.12.30.09.38.46;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.14.11.41.22;	author sheldonh;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2001.12.18.12.53.16;	author sheldonh;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	2001.12.20.09.21.30;	author sheldonh;	state Exp;
branches;
next	1.1.2.3;

1.1.2.3
date	2001.12.20.16.28.30;	author sheldonh;	state Exp;
branches;
next	1.1.2.4;

1.1.2.4
date	2012.11.17.07.24.33;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove smbfs, portalfs, and nwfs from sbin. The sources live in usr.sbin
now.
@
text
@# $FreeBSD: src/sbin/mount_smbfs/Makefile,v 1.2 2002/12/30 09:38:46 obrien Exp $

PROG=	mount_smbfs
SRCS=	mount_smbfs.c getmntopts.c
WARNS?=	0
MAN=	mount_smbfs.8

MOUNTDIR=	${.CURDIR}/../mount
CONTRIBDIR=	${.CURDIR}/../../contrib/smbfs
CFLAGS+=	-DSMBFS -I${MOUNTDIR} -I${CONTRIBDIR}/include

LDADD+= -lsmb
DPADD+= ${LIBSMB}

# Needs to be dynamically linked for optional dlopen() access to
# userland libiconv (see the -E option).
#
NOSHARED?=	NO

.PATH:	${CONTRIBDIR}/mount_smbfs

.include <bsd.prog.mk>
@


1.2
log
@This really isn't WARNS clean.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@Add bmake glue for src/contrib/smbfs and connect userland smbfs
support to the build.

The MFC reminder below is subject to <re@@FreeBSD.org> approval
prior to 4.5-RELEASE.

Reviewed by:	bp, fjoe
MFC:	1 week
@
text
@d5 1
a5 2
WARNS?=	2
NO_WERROR=	yes
@


1.1.2.1
log
@MFC: add bmake glue for smbfs userland components and connect to
i386 build.

Approved by:	re
@
text
@@


1.1.2.2
log
@Fix path to nsmb.conf.

This delta has not been applied to HEAD yet, because it would take
smb_lib.h off the vendor branch.  The delta has been submitted to
the vendor (bp) and will be imported on the vendor branch in HEAD
once approved by him.
@
text
@d11 1
a11 2
CFLAGS+=	-DSMB_CFG_FILE=\"/etc/nsmb.conf\" -DSMBFS -I${MOUNTDIR} \
		-I${CONTRIBDIR}/include
@


1.1.2.3
log
@Back out previous delta.  The SMB_CFG_FILE override is only required
by libsmb.
@
text
@d11 2
a12 1
CFLAGS+=	-DSMBFS -I${MOUNTDIR} -I${CONTRIBDIR}/include
@


1.1.2.4
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/4/sbin/mount_smbfs/Makefile 88289 2001-12-20 16:28:30Z sheldonh $
@


