mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Style.
This commit is contained in:
parent
b78213fb0b
commit
0f91d7050c
1 changed files with 2 additions and 3 deletions
|
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PROG= makewhatis
|
||||
|
||||
DPADD+= ${LIBZ}
|
||||
LDADD+= -lz
|
||||
DPADD= ${LIBZ}
|
||||
LDADD= -lz
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue