mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 22:15:46 +01:00
3e11bd9e2a
Reduce overlinking
10 lines
74 B
Makefile
10 lines
74 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= rup
|
|
|
|
WARNS?= 1
|
|
|
|
LIBADD= rpcsvc
|
|
|
|
.include <bsd.prog.mk>
|