mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-23 16:01:42 +00:00
550d2b80ec
Remove overlinking in lib/libxo/tests, sbin/savecore, and usr.bin/{iscsictl,wc,xo} PR: 203673 Sponsored by: EMC / Isilon Storage Division
8 lines
81 B
Makefile
8 lines
81 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= savecore
|
|
LIBADD= z xo
|
|
MAN= savecore.8
|
|
|
|
.include <bsd.prog.mk>
|