mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
47e1a877c5
- fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor)
11 lines
109 B
Makefile
11 lines
109 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= uhsoctl
|
|
MAN= uhsoctl.1
|
|
WARNS?= 1
|
|
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|