summaryrefslogtreecommitdiffstats
path: root/lib/libautofs/Makefile
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2004-09-02 20:44:56 +0000
committeralfred <alfred@FreeBSD.org>2004-09-02 20:44:56 +0000
commitffce5199dd1b4e0abc912f68e668fe930c33d212 (patch)
tree0a83e4d83628dbb5c03f6d4934f057d0537f41f0 /lib/libautofs/Makefile
parentd1725bc540a21e7ae1406ec9817de20a05429cda (diff)
downloadFreeBSD-src-ffce5199dd1b4e0abc912f68e668fe930c33d212.zip
FreeBSD-src-ffce5199dd1b4e0abc912f68e668fe930c33d212.tar.gz
Hook autofs to the build.
Diffstat (limited to 'lib/libautofs/Makefile')
-rw-r--r--lib/libautofs/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libautofs/Makefile b/lib/libautofs/Makefile
index 92945c9..4166366 100644
--- a/lib/libautofs/Makefile
+++ b/lib/libautofs/Makefile
@@ -1,14 +1,17 @@
-# $Id: Makefile,v 1.3 2004/08/31 08:49:56 bright Exp $
+# $Id: Makefile,v 1.4 2004/08/31 16:26:24 bright Exp $
# $FreeBSD$
LIB=autofs
SHLIB_MAJOR= 1
SHLIB_MINOR= 0
WARNS=4
-CFLAGS+= -I${.CURDIR}/../autofs -Werror
-CFLAGS+= -g
+#CFLAGS+= -I${.CURDIR}/../autofs -Werror
+#CFLAGS+= -g
+
+#CFLAGS+= -I${.CURDIR}/../../sys
SRCS= libautofs.c
+INCS= libautofs.h
MAN+= libautofs.3
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud