Index: stable/10/usr.sbin/nfsuserd/Makefile =================================================================== --- stable/10/usr.sbin/nfsuserd/Makefile (revision 346486) +++ stable/10/usr.sbin/nfsuserd/Makefile (revision 346487) @@ -1,16 +1,16 @@ # $FreeBSD$ -.include +.include PROG= nfsuserd MAN= nfsuserd.8 WARNS?= 3 .if ${MK_INET_SUPPORT} != "no" CFLAGS+= -DINET .endif .if ${MK_INET6_SUPPORT} != "no" CFLAGS+= -DINET6 .endif .include