mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
9 lines
73 B
Makefile
9 lines
73 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= rup
|
|
|
|
WARNS?= 3
|
|
LIBADD= rpcsvc
|
|
|
|
.include <bsd.prog.mk>
|