1 # $NetBSD: Makefile,v 1.4 2011/10/13 17:23:29 plunky 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+= -lrumpvfs -lrump -lrumpuser -lpthread # base 13 14 LDADD.t_nullpts+= -lrumpfs_null -lrumpvfs_layerfs 15 16 .include <bsd.test.mk> 17