head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2004.11.10.19.54.18;	author markm;	state dead;
branches;
next	1.3;

1.3
date	2004.09.08.08.44.14;	author alfred;	state Exp;
branches;
next	1.2;

1.2
date	2004.09.01.07.53.04;	author alfred;	state Exp;
branches;
next	1.1;

1.1
date	2004.08.31.17.16.53;	author alfred;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove at request of author, perhaps to be re-added later.
@
text
@# $FreeBSD: src/sys/modules/autofs/Makefile,v 1.3 2004/09/08 08:44:14 alfred Exp $
# $Id: Makefile,v 1.11 2004/09/08 08:12:21 bright Exp $


SRCDIR=        ${.CURDIR}/../../fs/autofs

.PATH: ${SRCDIR}

CFLAGS+=	-I${SRCDIR}

KMOD=	autofs

SRCS=	vnode_if.h \
	autofs_vfsops.c autofs_util.c autofs_vnops.c

.include <bsd.kmod.mk>
@


1.3
log
@sync with private code:

fix a 5.x'ism that 4.x needs protection from.
make this code compile standalone.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2
log
@Cleanup paths.

Submitted by: ru
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.10 2004/09/01 07:03:32 bright Exp $
@


1.1
log
@Wrong makefile in the wrong place.

Pointed out by: scottl
@
text
@d2 1
a3 1
TOPDIR=${.CURDIR}/../..
d5 5
a9 1
.PATH: ${TOPDIR}/fs/autofs
a10 2
CFLAGS+=	-I${TOPDIR}/fs/autofs
CFLAGS+=	-Werror
@

