mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
ceefda85fc
Don't clobber CFLAGS by assigning to it using "=". Fixed some style bugs.
9 lines
96 B
Makefile
9 lines
96 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= devinfo
|
|
DPADD= ${LIBDEVINFO}
|
|
LDADD= -ldevinfo
|
|
NOMAN=
|
|
|
|
.include <bsd.prog.mk>
|