aboutsummaryrefslogtreecommitdiff
path: root/lib/libautofs/Makefile
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2004-09-03 18:01:34 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2004-09-03 18:01:34 +0000
commit682f9306a49d5e4f0fd18078493d7d3a88a2a9fe (patch)
tree6f81b12041c9f940c02da62ce238e8b960085008 /lib/libautofs/Makefile
parent4bcd2254f356ef58eb9b9f328bb97eca5f0be205 (diff)
downloadsrc-682f9306a49d5e4f0fd18078493d7d3a88a2a9fe.tar.gz
src-682f9306a49d5e4f0fd18078493d7d3a88a2a9fe.zip
Normalize the makefile.
submitted by: ru
Notes
Notes: svn path=/head/; revision=134715
Diffstat (limited to 'lib/libautofs/Makefile')
-rw-r--r--lib/libautofs/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/lib/libautofs/Makefile b/lib/libautofs/Makefile
index 4166366f2037..7b69c968591d 100644
--- a/lib/libautofs/Makefile
+++ b/lib/libautofs/Makefile
@@ -1,17 +1,12 @@
# $Id: Makefile,v 1.4 2004/08/31 16:26:24 bright Exp $
# $FreeBSD$
-LIB=autofs
+LIB= autofs
SHLIB_MAJOR= 1
-SHLIB_MINOR= 0
-WARNS=4
-#CFLAGS+= -I${.CURDIR}/../autofs -Werror
-#CFLAGS+= -g
-
-#CFLAGS+= -I${.CURDIR}/../../sys
+WARNS?= 4
SRCS= libautofs.c
INCS= libautofs.h
-MAN+= libautofs.3
+MAN= libautofs.3
.include <bsd.lib.mk>