mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 21:31:02 -05:00
9 lines
146 B
Makefile
9 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>
|