mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
Remove overlinking in lib/libxo/tests, sbin/savecore, and
usr.bin/{iscsictl,wc,xo}
PR: 203673
Sponsored by: EMC / Isilon Storage Division
7 lines
81 B
Makefile
7 lines
81 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= savecore
|
|
LIBADD= z xo
|
|
MAN= savecore.8
|
|
|
|
.include <bsd.prog.mk>
|