1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/sbin/nfsiod/Makefile

9 lines
128 B
Makefile

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