Only compile with strtofflags.c from libc if bootstrapping.
This commit is contained in:
parent
2d742f7bbc
commit
4c47cadb49
@ -1,14 +1,16 @@
|
|||||||
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
.PATH: ${.CURDIR}/../../usr.bin/cksum ${.CURDIR}/../../lib/libc/gen
|
.PATH: ${.CURDIR}/../../usr.bin/cksum
|
||||||
|
|
||||||
PROG= mtree
|
PROG= mtree
|
||||||
MAN= mtree.8
|
MAN= mtree.8
|
||||||
SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c \
|
SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c
|
||||||
strtofflags.c
|
|
||||||
|
|
||||||
.if !defined(BOOTSTRAPPING)
|
.if defined(BOOTSTRAPPING)
|
||||||
|
.PATH: ${.CURDIR}/../../lib/libc/gen
|
||||||
|
SRCS+= strtofflags.c
|
||||||
|
.else
|
||||||
CFLAGS+= -DMD5 -DSHA1 -DRMD160
|
CFLAGS+= -DMD5 -DSHA1 -DRMD160
|
||||||
DPADD= ${LIBMD}
|
DPADD= ${LIBMD}
|
||||||
LDADD= -lmd
|
LDADD= -lmd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user