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