freebsd-dev/sbin/mount_autofs/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

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>