1*11be35a1SLionel Sambuc# $NetBSD: Makefile,v 1.1 2009/02/20 21:39:57 jmmv Exp $ 2*11be35a1SLionel Sambuc 3*11be35a1SLionel SambucNOMAN= # defined 4*11be35a1SLionel Sambuc 5*11be35a1SLionel Sambuc.include <bsd.own.mk> 6*11be35a1SLionel Sambuc 7*11be35a1SLionel SambucTESTSDIR= ${TESTSBASE}/kernel/kqueue/write 8*11be35a1SLionel Sambuc 9*11be35a1SLionel SambucTESTS_C= t_fifo 10*11be35a1SLionel SambucTESTS_C+= t_pipe 11*11be35a1SLionel SambucTESTS_C+= t_ttypty 12*11be35a1SLionel Sambuc 13*11be35a1SLionel SambucLDADD.t_ttypty= -lutil 14*11be35a1SLionel Sambuc 15*11be35a1SLionel Sambuc.include <bsd.test.mk> 16