1# @(#)Makefile 8.1 (Berkeley) 6/5/93 2 3PROG= nfsiod 4CFLAGS+= -D_NEW_VFSCONF 5CFLAGS+=-DNFS 6MAN8= nfsiod.8 7 8.include <bsd.prog.mk> 9