xref: /freebsd/sbin/nfsiod/Makefile (revision 3c4ba5f55438f7afd4f4b0b56f88f2bb505fd6a6)
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD$
3
4PROG=	nfsiod
5MAN=	nfsiod.8
6
7PACKAGE=	nfs
8
9.include <bsd.prog.mk>
10