mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 06:45:34 -05:00
8 lines
73 B
Makefile
8 lines
73 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= rup
|
|
|
|
WARNS?= 3
|
|
LIBADD= rpcsvc
|
|
|
|
.include <bsd.prog.mk>
|