freebsd-dev/lib/libautofs/Makefile
Alfred Perlstein 7a3b8aefbf sync with private code:
fix a 5.x'ism that 4.x needs protection from.
make this code compile standalone.
2004-09-08 08:44:14 +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= 1
WARNS?= 4
SRCS= libautofs.c
INCS= libautofs.h
MAN= libautofs.3
.include <bsd.lib.mk>