7a3b8aefbf
fix a 5.x'ism that 4.x needs protection from. make this code compile standalone.
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= 1
|
|
WARNS?= 4
|
|
|
|
SRCS= libautofs.c
|
|
INCS= libautofs.h
|
|
MAN= libautofs.3
|
|
|
|
.include <bsd.lib.mk>
|