mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
10 lines
91 B
Makefile
10 lines
91 B
Makefile
# $Id$
|
|
|
|
PROG= rup
|
|
MAN1= rup.1
|
|
|
|
DPADD= ${LIBRPCSVC}
|
|
LDADD= -lrpcsvc
|
|
|
|
.include <bsd.prog.mk>
|