c6db8143ed
Reduce overlinking
10 lines
90 B
Makefile
10 lines
90 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= uhsoctl
|
|
MAN= uhsoctl.1
|
|
WARNS?= 1
|
|
|
|
LIBADD= util
|
|
|
|
.include <bsd.prog.mk>
|