d1a0d267b7
Local changes incorporated by 0.4.5: r284340 Local changes retained: r276260, r282117 Obtained from: https://github.com/Juniper/libxo
8 lines
99 B
Makefile
8 lines
99 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= wc
|
|
LIBADD= xo util
|
|
|
|
.include <bsd.prog.mk>
|