History log of /netbsd-src/tests/kernel/tty/Makefile (Results 1 – 4 of 4)
Revision Date Author Comments
# 0dc8cda9 01-Mar-2020 christos <christos@NetBSD.org>

Centralize the base rump libraries into a variable used by all the other
Makefiles so that we can make changes to it centrally as needed and have
less mess. Fixes the sun2 build that needs rumpvfs af

Centralize the base rump libraries into a variable used by all the other
Makefiles so that we can make changes to it centrally as needed and have
less mess. Fixes the sun2 build that needs rumpvfs after librump after
the latest changes.

show more ...


# ffeb8dbf 23-Jan-2016 christos <christos@NetBSD.org>

Define _KERNTYPES for things that need it.


# f693807f 10-Jun-2014 he <he@NetBSD.org>

Fix static linking for the tests: -lrump is also used by -lrumpuser,
so we also need -lrump after -lrumpuser. Fixes build for sun2.


# 59b613aa 28-Jun-2010 pooka <pooka@NetBSD.org>

xfail test for kernel panicky in PR kern/40688