NetBSD/usr.bin/rusers/Makefile
mycroft aee4b07b8a Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
1993-08-02 17:48:44 +00:00

10 lines
148 B
Makefile

# $Id: Makefile,v 1.4 1993/08/02 17:55:45 mycroft Exp $
PROG = rusers
MAN1 = rusers.0
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
.include <bsd.prog.mk>