mirror of
https://github.com/opnsense/src.git
synced 2026-03-07 07:44:13 -05:00
9 lines
74 B
Makefile
9 lines
74 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= rup
|
|
|
|
WARNS?= 1
|
|
|
|
LIBADD= rpcsvc
|
|
|
|
.include <bsd.prog.mk>
|