mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
- fix some nearby style bugs - include Makefile.inc where it makes sense and reduces duplication Approved by: ed (co-mentor)
10 lines
109 B
Makefile
10 lines
109 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= uhsoctl
|
|
MAN= uhsoctl.1
|
|
WARNS?= 1
|
|
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|