Home | History | Annotate | Line # | Download | only in nfsd
Makefile revision 1.4
      1 #	@(#)Makefile	5.3 (Berkeley) 6/29/90
      2 #
      3 #	$Header: /tank/opengrok/rsync2/NetBSD/src/usr.sbin/nfsd/Makefile,v 1.4 1993/06/15 23:13:37 mycroft Exp $
      4 
      5 PROG=	nfsd
      6 CFLAGS+=-DNFS
      7 MAN8=	nfsd.0
      8 DPADD=	${LIBRPC} ${LIBUTIL}
      9 LDADD=	-lrpc -lutil
     10 
     11 .include <bsd.prog.mk>
     12