1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00
freebsd/usr.bin/rusers/Makefile

10 lines
146 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.2 1993/11/10 03:47:23 smace Exp $
PROG = rusers
MAN1 = rusers.1
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
.include <bsd.prog.mk>