VFS: convert EINTR to EAGAIN for nonblocking I/O
[minix3.git] / tests / kernel / tty / Makefile
blobae5c06a8068b2bae60b4ea91d6f5acec005ae3e1
1 # $NetBSD: Makefile,v 1.1 2010/06/28 19:04:00 pooka Exp $
3 .include <bsd.own.mk>
5 TESTSDIR= ${TESTSBASE}/kernel/tty
7 TESTS_C= t_pr
9 LDADD+= -lrumpkern_tty -lrumpvfs -lrump -lrumpuser -lpthread
11 .include <bsd.test.mk>