mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix the bootstrapping aid from revision 1.9.
WORLD was renamed to BOOTSTRAPPING.
This commit is contained in:
parent
e08effdafa
commit
3754c38b40
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ MAN= mtree.8
|
|||
SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c \
|
||||
strtofflags.c
|
||||
|
||||
.if !defined(WORLD)
|
||||
.if !defined(BOOTSTRAPPING)
|
||||
CFLAGS+= -DMD5 -DSHA1 -DRMD160
|
||||
DPADD= ${LIBMD}
|
||||
LDADD= -lmd
|
||||
|
|
|
|||
Loading…
Reference in a new issue