mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct style bugs in previous commit
This commit is contained in:
parent
8dfe6fb59c
commit
2dd1ffc97d
2 changed files with 4 additions and 4 deletions
|
|
@ -10,8 +10,8 @@ BINOWN= root
|
|||
BINGRP= bin
|
||||
BINMODE=4555
|
||||
|
||||
LDADD+= -lipsec -lmd
|
||||
DPADD+= ${LIBIPSEC} ${LIBMD}
|
||||
LDADD= -lipsec -lmd
|
||||
DPADD= ${LIBIPSEC} ${LIBMD}
|
||||
|
||||
# kame scopeid hack
|
||||
CFLAGS+=-DKAME_SCOPEID
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@ PROG= rtsol
|
|||
SRCS= rtsold.c rtsol.c if.c probe.c dump.c
|
||||
|
||||
CFLAGS+=-DINET6 -DHAVE_GETIFADDRS
|
||||
LDADD+= -lkvm
|
||||
DPADD+= ${LIBKVM}
|
||||
LDADD= -lkvm
|
||||
DPADD= ${LIBKVM}
|
||||
|
||||
NOMAN= yes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue