Normalize the makefile.
submitted by: ru
This commit is contained in:
parent
4bcd2254f3
commit
682f9306a4
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user