NetBSD/usr.bin/rusers/Makefile

14 lines
218 B
Makefile
Raw Normal View History

1993-06-03 23:32:26 +04:00
#
# a makefile for /usr/bin/rusers
#
1993-06-08 23:22:59 +04:00
# $Header: /cvsroot/src/usr.bin/rusers/Makefile,v 1.3 1993/06/08 19:22:59 brezak Exp $
1993-06-03 23:32:26 +04:00
#
PROG = rusers
1993-06-08 23:22:59 +04:00
MAN1 = rusers.0
1993-06-03 23:32:26 +04:00
1993-06-04 18:53:53 +04:00
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
1993-06-03 23:32:26 +04:00
.include <bsd.prog.mk>