1994-05-26 06:35:07 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
2000-02-24 21:01:54 +00:00
|
|
|
# $FreeBSD$
|
1994-05-26 06:35:07 +00:00
|
|
|
|
|
|
|
PROG= nfsd
|
2009-05-24 01:18:56 +00:00
|
|
|
MAN= nfsd.8 nfsv4.4 stablerestart.5
|
1994-05-26 06:35:07 +00:00
|
|
|
|
2004-11-06 18:15:44 +00:00
|
|
|
WARNS?= 6
|
2003-04-04 17:49:21 +00:00
|
|
|
|
1994-05-26 06:35:07 +00:00
|
|
|
.include <bsd.prog.mk>
|