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