etc/protocols - sync with NetBSD-8
[minix.git] / tests / kernel / kqueue / write / Makefile
blob5ae0f43fcd09abc2a0b11f9296fd658882c7e425
1 # $NetBSD: Makefile,v 1.1 2009/02/20 21:39:57 jmmv Exp $
3 NOMAN= # defined
5 .include <bsd.own.mk>
7 TESTSDIR= ${TESTSBASE}/kernel/kqueue/write
9 TESTS_C= t_fifo
10 TESTS_C+= t_pipe
11 TESTS_C+= t_ttypty
13 LDADD.t_ttypty= -lutil
15 .include <bsd.test.mk>