6f52836b84
This commit does not affect the code generated, as proven by md5'ing resulting binaries. Bump WARNS accordingly. Compiled on: sparc64, ia64, i386 Reviewed by: alfred (but blame me if anything goes wrong :-)
10 lines
108 B
Makefile
10 lines
108 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
PROG= nfsd
|
|
MAN= nfsd.8
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|