0dc8cda9a3
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.
13 lines
222 B
Makefile
13 lines
222 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/03/01 18:08:15 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/kernel/tty
|
|
|
|
TESTS_C= t_pr
|
|
|
|
CPPFLAGS+= -D_KERNTYPES
|
|
LDADD+= -lrumpkern_tty ${LIBRUMPBASE}
|
|
|
|
.include <bsd.test.mk>
|