]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - lib/libautofs/Makefile
Change the current working directory to be inside the jail created by
[FreeBSD/releng/7.2.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= 2
6 WARNS?= 4
7
8 SRCS=   libautofs.c
9 INCS=   libautofs.h
10 MAN=    libautofs.3
11
12 .include <bsd.lib.mk>