freebsd-dev/lib/libautofs/Makefile
Ken Smith 3ca3047aee Bump the version of all non-symbol-versioned shared libraries in
preparation for 8.0-RELEASE.  Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.

Reviewed by:    kib
Approved by:    re (rwatson)
2009-07-19 17:25:24 +00:00

13 lines
182 B
Makefile

# $Id: Makefile,v 1.5 2004/09/08 08:12:21 bright Exp $
# $FreeBSD$
LIB= autofs
SHLIB_MAJOR= 3
WARNS?= 4
SRCS= libautofs.c
INCS= libautofs.h
MAN= libautofs.3
.include <bsd.lib.mk>