NetBSD/regress/Makefile
kamil c47a46da1c Drop usr.bin/rtld/testlib, replaced with ATF tests in usr.bin/c++/*
This regress tests used to check dynamically loaded objects:
constructor/destructor call for static objects, C++ runtime support.

This is mostly - although without virtual functions, inheritance - covered
by existing ATF tests.

Stop descending into regress/usr.bin.
2017-05-14 02:30:27 +00:00

6 lines
111 B
Makefile

# $NetBSD: Makefile,v 1.20 2017/05/14 02:30:27 kamil Exp $
SUBDIR+= lib libexec sys
.include <bsd.subdir.mk>