Files
libopenssh/Makefile
2012-03-15 13:27:43 +11:00

10 lines
140 B
Makefile

# $OpenBSD:$
.if defined(LEAKMALLOC)
SUBDIR= leakmalloc ssh unittests
.else
SUBDIR= ssh unittests regress
.endif
.include <bsd.subdir.mk>