Repo-copy numerous files from sys/emulation/posix4 to sys/sys and sys/kern
[dragonfly/vkernel-mp.git] / sbin / nfsiod / Makefile
blob1596adee0f5aead27fffe20440dfa6b127061d51
1 # @(#)Makefile 8.1 (Berkeley) 6/5/93
2 # $FreeBSD: src/sbin/nfsiod/Makefile,v 1.4.6.1 2001/04/25 10:58:44 ru Exp $
3 # $DragonFly: src/sbin/nfsiod/Makefile,v 1.4 2006/10/17 02:55:43 pavalos Exp $
5 PROG= nfsiod
6 MAN= nfsiod.8
7 CFLAGS+=-DNFS
9 .include <bsd.prog.mk>