summaryrefslogtreecommitdiffstats
path: root/sys/modules/autofs
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2004-08-31 17:16:53 +0000
committeralfred <alfred@FreeBSD.org>2004-08-31 17:16:53 +0000
commitf9eb7c8630fb8b8c33cc04eeb481ad42461c349d (patch)
treef756a1cf63e19679d1ce60ac55b34361fcb1192f /sys/modules/autofs
parente39e879ede3eb48cca848118af6f9fb6435c7241 (diff)
downloadFreeBSD-src-f9eb7c8630fb8b8c33cc04eeb481ad42461c349d.zip
FreeBSD-src-f9eb7c8630fb8b8c33cc04eeb481ad42461c349d.tar.gz
Wrong makefile in the wrong place.
Pointed out by: scottl
Diffstat (limited to 'sys/modules/autofs')
-rw-r--r--sys/modules/autofs/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/modules/autofs/Makefile b/sys/modules/autofs/Makefile
new file mode 100644
index 0000000..f071979
--- /dev/null
+++ b/sys/modules/autofs/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+TOPDIR=${.CURDIR}/../..
+
+.PATH: ${TOPDIR}/fs/autofs
+
+CFLAGS+= -I${TOPDIR}/fs/autofs
+CFLAGS+= -Werror
+KMOD= autofs
+
+SRCS= vnode_if.h \
+ autofs_vfsops.c autofs_util.c autofs_vnops.c
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud