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.
24 lines
359 B
Makefile
24 lines
359 B
Makefile
# $NetBSD: Makefile,v 1.7 2020/03/01 18:08:13 christos Exp $
|
|
#
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/dev/md
|
|
FILESDIR= ${TESTSDIR}
|
|
|
|
TESTS_SH= t_md
|
|
|
|
BINDIR= ${TESTSDIR}
|
|
MKMAN=no
|
|
|
|
PROGS= h_mdserv
|
|
|
|
CPPFLAGS+= -D_KERNTYPES
|
|
LDADD+= -lrumpdev_md -lrumpdev_disk -lrumpdev
|
|
LDADD+= -lrumpkern_sysproxy ${LIBRUMPBASE}
|
|
|
|
WARNS= 4
|
|
NOMAN=
|
|
|
|
.include <bsd.test.mk>
|