mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Fixed missing DPADD.
Don't clobber CFLAGS by assigning to it using "=". Fixed some style bugs.
This commit is contained in:
parent
2bd4318c24
commit
ceefda85fc
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PROG= devinfo
|
||||
DPADD= ${LIBDEVINFO}
|
||||
LDADD= -ldevinfo
|
||||
CFLAGS= -Wall
|
||||
NOMAN= yes
|
||||
NOMAN=
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue