Home | History | Annotate | Line # | Download | only in ptyfs
      1 #	$NetBSD: Makefile,v 1.6 2020/03/01 18:08:14 christos Exp $
      2 #
      3 
      4 TESTSDIR=	${TESTSBASE}/fs/ptyfs
      5 WARNS?=		4
      6 
      7 TESTS_C=	t_ptyfs
      8 TESTS_C+=	t_nullpts
      9 
     10 LDADD+=	-lrumpfs_ptyfs						# fs drivers
     11 LDADD+=	-lrumpkern_tty						# tty support
     12 LDADD+=	${LIBRUMPBASE}						# base
     13 
     14 LDADD.t_nullpts+= -lrumpfs_null -lrumpvfs_layerfs
     15 
     16 .include <bsd.test.mk>
     17