Pull in missing rev 1.2.
This commit is contained in:
parent
0f504f592d
commit
2c64f24e27
|
@ -1,12 +1,19 @@
|
||||||
# $OpenBSD: Makefile,v 1.1 2019/04/28 22:53:26 dtucker Exp $
|
# $OpenBSD: Makefile,v 1.2 2019/08/22 21:47:27 bluhm Exp $
|
||||||
|
|
||||||
PROG=test_misc
|
PROG=test_misc
|
||||||
SRCS=tests.c
|
SRCS=tests.c
|
||||||
|
|
||||||
# From usr.bin/ssh/Makefile.inc
|
# From usr.bin/ssh/Makefile.inc
|
||||||
SRCS+=sshbuf.c sshbuf-getput-basic.c ssherr.c log.c xmalloc.c misc.c
|
SRCS+= sshbuf.c
|
||||||
# From usr/bin/ssh/sshd/Makefile
|
SRCS+= sshbuf-getput-basic.c
|
||||||
SRCS+=atomicio.c cleanup.c fatal.c
|
SRCS+= sshbuf-misc.c
|
||||||
|
SRCS+= ssherr.c
|
||||||
|
SRCS+= log.c
|
||||||
|
SRCS+= xmalloc.c
|
||||||
|
SRCS+= misc.c
|
||||||
|
|
||||||
|
# From usr.bin/ssh/sshd/Makefile
|
||||||
|
SRCS+= atomicio.c cleanup.c fatal.c
|
||||||
|
|
||||||
REGRESS_TARGETS=run-regress-${PROG}
|
REGRESS_TARGETS=run-regress-${PROG}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue