419ecd5dee
Ok'd by: kan
13 lines
182 B
Makefile
13 lines
182 B
Makefile
# $Id: Makefile,v 1.5 2004/09/08 08:12:21 bright Exp $
|
|
# $FreeBSD$
|
|
|
|
LIB= autofs
|
|
SHLIB_MAJOR= 2
|
|
WARNS?= 4
|
|
|
|
SRCS= libautofs.c
|
|
INCS= libautofs.h
|
|
MAN= libautofs.3
|
|
|
|
.include <bsd.lib.mk>
|