mirror of
https://github.com/openssh/libopenssh
synced 2025-12-06 07:32:36 +00:00
10 lines
140 B
Makefile
10 lines
140 B
Makefile
# $OpenBSD:$
|
|
|
|
.if defined(LEAKMALLOC)
|
|
SUBDIR= leakmalloc ssh unittests
|
|
.else
|
|
SUBDIR= ssh unittests regress
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|