freebsd-nq/usr.sbin/nfsd/Makefile

10 lines
132 B
Makefile
Raw Normal View History

# @(#)Makefile 8.1 (Berkeley) 6/5/93
2000-02-24 21:01:54 +00:00
# $FreeBSD$
PROG= nfsd
MAN= nfsd.8 nfsv4.4 stablerestart.5
WARNS?= 6
2003-04-04 17:49:21 +00:00
.include <bsd.prog.mk>