mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
10 lines
146 B
Makefile
10 lines
146 B
Makefile
|
# $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>
|