Merge from vendor branch BIND:
[dragonfly.git] / sbin / nfsiod / Makefile
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.2 2003/06/17 04:27:34 dillon Exp $
4
5 PROG=   nfsiod
6 MAN=    nfsiod.8
7 CFLAGS+=-DNFS
8
9 .include <bsd.prog.mk>