7a3b8aefbf
fix a 5.x'ism that 4.x needs protection from. make this code compile standalone.
9 lines
143 B
Makefile
9 lines
143 B
Makefile
# $Id: Makefile,v 1.6 2004/09/08 08:27:12 bright Exp $
|
|
# $FreeBSD$
|
|
|
|
PROG=mount_autofs
|
|
MAN=mount_autofs.8
|
|
BINDIR?=/sbin
|
|
|
|
.include <bsd.prog.mk>
|