Home | History | Annotate | Line # | Download | only in read
      1 # $NetBSD: Makefile,v 1.1 2009/02/20 21:39:57 jmmv Exp $
      2 
      3 NOMAN=		# defined
      4 
      5 .include <bsd.own.mk>
      6 
      7 TESTSDIR=	${TESTSBASE}/kernel/kqueue/read
      8 
      9 TESTS_C=	t_fifo
     10 TESTS_C+=	t_file
     11 TESTS_C+=	t_file2
     12 TESTS_C+=	t_pipe
     13 TESTS_C+=	t_ttypty
     14 
     15 LDADD.t_ttypty=	-lutil
     16 
     17 .include <bsd.test.mk>
     18