mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
- Add missing rsyncfile from Makefile
This commit is contained in:
parent
41a9dd24e4
commit
8658b90899
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/csup_cvsmode/; revision=185215
@ -23,6 +23,7 @@ SRCS= attrstack.c \
|
||||
proto.c \
|
||||
rcsfile.c \
|
||||
rcsparse.c \
|
||||
rsyncfile.c \
|
||||
status.c \
|
||||
stream.c \
|
||||
threads.c \
|
||||
@ -31,7 +32,7 @@ SRCS= attrstack.c \
|
||||
|
||||
CFLAGS+= -I. -I${.CURDIR}/../../contrib/csup
|
||||
CFLAGS+= -DHAVE_FFLAGS -DNDEBUG
|
||||
WARNS?= 6
|
||||
WARNS?= 1
|
||||
|
||||
DPADD= ${LIBCRYPTO} ${LIBZ} ${LIBPTHREAD}
|
||||
LDADD= -lcrypto -lz -lpthread
|
||||
|
Loading…
Reference in New Issue
Block a user