mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
9 lines
84 B
Makefile
9 lines
84 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= rup
|
|
|
|
DPADD= ${LIBRPCSVC}
|
|
LDADD= -lrpcsvc
|
|
|
|
.include <bsd.prog.mk>
|