8 lines
148 B
Makefile
8 lines
148 B
Makefile
# from: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $Id: Makefile,v 1.8 1994/06/08 19:31:47 mycroft Exp $
|
|
|
|
PROG= nfsd
|
|
MAN8= nfsd.0
|
|
|
|
.include <bsd.prog.mk>
|