xref: /freebsd/sbin/nfsiod/Makefile (revision 2a0c0aea42092f89c2a5345991e6e3ce4cbef99a)
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