mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -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
94 B
Makefile
7 lines
94 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= wc
|
|
LIBADD= xo
|
|
|
|
.include <bsd.prog.mk>
|