Makefile (7648bc9fee8dec6cb3c4941e0165a930fbe8dcb0) | Makefile (081fb644925f9d9a21265e4a4303d4fb2ab807f9) |
---|---|
1# $FreeBSD$ 2 3.include <src.opts.mk> 4 | 1# $FreeBSD$ 2 3.include <src.opts.mk> 4 |
5PACKAGE= nfs 6 |
|
5PROG= nfsuserd 6MAN= nfsuserd.8 7WARNS?= 3 8 9.if ${MK_INET_SUPPORT} != "no" 10CFLAGS+= -DINET 11.endif 12.if ${MK_INET6_SUPPORT} != "no" 13CFLAGS+= -DINET6 14.endif 15 16.include <bsd.prog.mk> | 7PROG= nfsuserd 8MAN= nfsuserd.8 9WARNS?= 3 10 11.if ${MK_INET_SUPPORT} != "no" 12CFLAGS+= -DINET 13.endif 14.if ${MK_INET6_SUPPORT} != "no" 15CFLAGS+= -DINET6 16.endif 17 18.include <bsd.prog.mk> |