Pull in missing rev 1.2.

This commit is contained in:
Darren Tucker 2020-12-21 14:02:56 +11:00
parent 0f504f592d
commit 2c64f24e27
1 changed files with 11 additions and 4 deletions

View File

@ -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
SRCS=tests.c
# From usr.bin/ssh/Makefile.inc
SRCS+=sshbuf.c sshbuf-getput-basic.c ssherr.c log.c xmalloc.c misc.c
# From usr/bin/ssh/sshd/Makefile
SRCS+=atomicio.c cleanup.c fatal.c
SRCS+= sshbuf.c
SRCS+= sshbuf-getput-basic.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}