]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - lib/libautofs/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / lib / libautofs / Makefile
1 # $Id: Makefile,v 1.5 2004/09/08 08:12:21 bright Exp $
2 # $FreeBSD$
3
4 LIB=    autofs
5 SHLIB_MAJOR= 3
6 WARNS?= 4
7
8 SRCS=   libautofs.c
9 INCS=   libautofs.h
10 MAN=    libautofs.3
11
12 .include <bsd.lib.mk>