freebsd-dev/lib/libautofs/Makefile
Alfred Perlstein 682f9306a4 Normalize the makefile.
submitted by: ru
2004-09-03 18:01:34 +00:00

13 lines
182 B
Makefile

# $Id: Makefile,v 1.4 2004/08/31 16:26:24 bright Exp $
# $FreeBSD$
LIB= autofs
SHLIB_MAJOR= 1
WARNS?= 4
SRCS= libautofs.c
INCS= libautofs.h
MAN= libautofs.3
.include <bsd.lib.mk>