head	1.6;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.2.2
	RELENG_4_11:1.1.2.2.0.16
	RELENG_4_11_BP:1.1.2.2
	RELENG_4_10_0_RELEASE:1.1.2.2
	RELENG_4_10:1.1.2.2.0.14
	RELENG_4_10_BP:1.1.2.2
	RELENG_4_9_0_RELEASE:1.1.2.2
	RELENG_4_9:1.1.2.2.0.12
	RELENG_4_9_BP:1.1.2.2
	RELENG_5_1_0_RELEASE:1.5
	RELENG_5_1:1.5.0.4
	RELENG_5_1_BP:1.5
	RELENG_4_8_0_RELEASE:1.1.2.2
	RELENG_4_8:1.1.2.2.0.10
	RELENG_4_8_BP:1.1.2.2
	RELENG_5_0_0_RELEASE:1.5
	RELENG_5_0:1.5.0.2
	RELENG_5_0_BP:1.5
	RELENG_4_7_0_RELEASE:1.1.2.2
	RELENG_4_7:1.1.2.2.0.8
	RELENG_4_7_BP:1.1.2.2
	RELENG_4_6_2_RELEASE:1.1.2.2
	RELENG_4_6_1_RELEASE:1.1.2.2
	RELENG_4_6_0_RELEASE:1.1.2.2
	RELENG_4_6:1.1.2.2.0.6
	RELENG_4_6_BP:1.1.2.2
	RELENG_4_5_0_RELEASE:1.1.2.2
	RELENG_4_5:1.1.2.2.0.4
	RELENG_4_5_BP:1.1.2.2
	RELENG_4_4_0_RELEASE:1.1.2.2
	RELENG_4_4:1.1.2.2.0.2
	RELENG_4_4_BP:1.1.2.2
	RELENG_4_3_0_RELEASE:1.1.2.1
	RELENG_4_3:1.1.2.1.0.2
	RELENG_4_3_BP:1.1.2.1
	RELENG_4_2_0_RELEASE:1.1.2.1
	RELENG_4_1_1_RELEASE:1.1.2.1
	PRE_SMPNG:1.2
	RELENG_4_1_0_RELEASE:1.1.2.1
	RELENG_4_0_0_RELEASE:1.1
	RELENG_4:1.1.0.2
	RELENG_4_BP:1.1;
locks; strict;
comment	@# @;


1.6
date	2003.07.02.16.22.42;	author gordon;	state dead;
branches;
next	1.5;

1.5
date	2001.12.04.02.19.51;	author obrien;	state Exp;
branches;
next	1.4;

1.4
date	2001.03.26.14.33.13;	author ru;	state Exp;
branches;
next	1.3;

1.3
date	2001.03.20.18.13.21;	author ru;	state Exp;
branches;
next	1.2;

1.2
date	2000.03.27.16.23.20;	author bde;	state Exp;
branches;
next	1.1;

1.1
date	99.10.15.09.59.48;	author bp;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2000.07.01.07.42.36;	author ps;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	2001.04.25.10.58.39;	author ru;	state Exp;
branches;
next	1.1.2.3;

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


desc
@@


1.6
log
@Remove smbfs, portalfs, and nwfs from sbin. The sources live in usr.sbin
now.
@
text
@# $FreeBSD: src/sbin/mount_nwfs/Makefile,v 1.5 2001/12/04 02:19:51 obrien Exp $

PROG=	mount_nwfs
SRCS=	mount_nwfs.c getmntopts.c
MAN=	mount_nwfs.8

MOUNT=	${.CURDIR}/../mount
CFLAGS+= -DNWFS -I${MOUNT}
WARNS=	0

.PATH:	${MOUNT}

DPADD=	${LIBNCP} ${LIBIPX}
LDADD=	-lncp -lipx

.include <bsd.prog.mk>
@


1.5
log
@Default to WARNS=2.
Binary builds that cannot handle this must explicitly set WARNS=0.

Reviewed by:	mike
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.4
log
@- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.
@
text
@d1 1
a1 1
# $FreeBSD: src/sbin/mount_nwfs/Makefile,v 1.3 2001/03/20 18:13:21 ru Exp $
d9 2
@


1.3
log
@Set the default manual section for sbin/ to 8.
@
text
@d1 1
a1 1
# $FreeBSD: src/sbin/mount_nwfs/Makefile,v 1.2 2000/03/27 16:23:20 bde Exp $
d5 1
@


1.2
log
@Use the same order in DPADD as in LDADD so that `make checkdpadd' doesn't
report an error for it.

Fixed some style bugs (the usual ones for DPADD and LDADD, and
misformatting).
@
text
@d1 1
a1 1
# $FreeBSD$
a4 1
MAN8=	mount_nwfs.8
@


1.1
log
@Add mount_nwfs program. Now -current can mount NetWare volumes.
@
text
@d1 1
a1 1
#	$FreeBSD$
a8 1

d11 2
a12 2
LDADD+= -lncp -lipx
DPADD+= ${LIBIPX} ${LIBNCP}
@


1.1.2.1
log
@MFC: [rev 1.2] Use the same order in DPADD as in LDADD.
@
text
@d1 1
a1 1
# $FreeBSD$
d9 1
d12 2
a13 2
DPADD=	${LIBNCP} ${LIBIPX}
LDADD=	-lncp -lipx
@


1.1.2.2
log
@MFC: MAN[1-9] -> MAN.
@
text
@d1 1
a1 1
# $FreeBSD: src/sbin/mount_nwfs/Makefile,v 1.1.2.1 2000/07/01 07:42:36 ps Exp $
d5 1
a5 1
MAN=	mount_nwfs.8
@


1.1.2.3
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/4/sbin/mount_nwfs/Makefile 75953 2001-04-25 10:58:55Z ru $
@


