freebsd-src/lib/libautofs/Makefile

13 lines
182 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.5 2004/09/08 08:12:21 bright Exp $
2004-08-31 17:26:01 +01:00
# $FreeBSD$
LIB= autofs
2004-08-31 17:26:01 +01:00
SHLIB_MAJOR= 1
WARNS?= 4
2004-08-31 17:26:01 +01:00
SRCS= libautofs.c
2004-09-02 21:44:56 +01:00
INCS= libautofs.h
MAN= libautofs.3
2004-08-31 17:26:01 +01:00
.include <bsd.lib.mk>