Home | History | Annotate | Line # | Download | only in rusers
Makefile revision 1.2
      1 #
      2 # a makefile for /usr/bin/rusers
      3 #
      4 # $Header: /tank/opengrok/rsync2/NetBSD/src/usr.bin/rusers/Makefile,v 1.2 1993/06/04 14:53:56 brezak Exp $
      5 #
      6 
      7 PROG = rusers
      8 NOMAN=	noman
      9 
     10 DPADD=	${LIBRPCSVC}
     11 LDADD=	-lrpcsvc
     12 
     13 .include <bsd.prog.mk>
     14