Normalize the makefile.

submitted by: ru
This commit is contained in:
Alfred Perlstein 2004-09-03 18:01:34 +00:00
parent 4bcd2254f3
commit 682f9306a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134715

View file

@ -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>