Remove building with NOCRYPTO option
[minix3.git] / tests / fs / ptyfs / Makefile
blobbd923f3fcb323f64b639f2388c644290799d7ae2
1 # $NetBSD: Makefile,v 1.5 2014/06/10 04:28:39 he Exp $
4 TESTSDIR= ${TESTSBASE}/fs/ptyfs
5 WARNS?= 4
7 TESTS_C= t_ptyfs
8 TESTS_C+= t_nullpts
10 LDADD+= -lrumpfs_ptyfs # fs drivers
11 LDADD+= -lrumpkern_tty # tty support
12 LDADD+= -lrumpvfs -lrump -lrumpuser -lrump -lpthread # base
14 LDADD.t_nullpts+= -lrumpfs_null -lrumpvfs_layerfs
16 .include <bsd.test.mk>