mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
style.Makefile says tab between var= and value.
This commit is contained in:
parent
84ad0a66d0
commit
24f2cbe959
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ PROG= rtadvd
|
|||
MAN= rtadvd.conf.5 rtadvd.8
|
||||
SRCS= rtadvd.c rrenum.c advcap.c if.c config.c timer.c dump.c
|
||||
|
||||
DPADD= ${LIBUTIL}
|
||||
LDADD= -lutil
|
||||
DPADD= ${LIBUTIL}
|
||||
LDADD= -lutil
|
||||
|
||||
CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DROUTEINFO
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue