mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 16:10:46 +01:00
61ce166c6c
Reviewed by: Geoff. Submitted by: John Brezak
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>
|