mirror of
https://github.com/opnsense/src.git
synced 2026-03-22 18:53:08 -04:00
These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
9 lines
103 B
Makefile
9 lines
103 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= devinfo
|
|
NOMAN= #true
|
|
|
|
DPADD= ${LIBDEVINFO}
|
|
LDADD= -ldevinfo
|
|
|
|
.include <bsd.prog.mk>
|