diff options
author | alfred <alfred@FreeBSD.org> | 2004-09-03 18:01:34 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2004-09-03 18:01:34 +0000 |
commit | 5e8c83f99aeca69fa2f3654fc6e494c934c3a881 (patch) | |
tree | 6f81b12041c9f940c02da62ce238e8b960085008 /lib/libautofs | |
parent | ba1009e692eefa037ed81bb942259dd27a5fcac1 (diff) | |
download | FreeBSD-src-5e8c83f99aeca69fa2f3654fc6e494c934c3a881.zip FreeBSD-src-5e8c83f99aeca69fa2f3654fc6e494c934c3a881.tar.gz |
Normalize the makefile.
submitted by: ru
Diffstat (limited to 'lib/libautofs')
-rw-r--r-- | lib/libautofs/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/lib/libautofs/Makefile b/lib/libautofs/Makefile index 4166366..7b69c96 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> |