From 5e8c83f99aeca69fa2f3654fc6e494c934c3a881 Mon Sep 17 00:00:00 2001 From: alfred Date: Fri, 3 Sep 2004 18:01:34 +0000 Subject: Normalize the makefile. submitted by: ru --- lib/libautofs/Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'lib/libautofs') 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 -- cgit v1.1