mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
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>
|