106d839190
Submitted by: Ulrich Spörlein
10 lines
153 B
Makefile
10 lines
153 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
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|