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
94 B
Makefile
8 lines
94 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= wc
|
|
LIBADD= xo
|
|
|
|
.include <bsd.prog.mk>
|