Home | History | Annotate | Line # | Download | only in cd9660
      1 # $NetBSD: Makefile,v 1.2 2024/04/28 14:39:22 rillig Exp $
      2 
      3 TESTSDIR=		${TESTSBASE}/fs/cd9660
      4 FILESDIR=		${TESTSDIR}
      5 
      6 TESTS_SH=		t_high_ino_big_file
      7 PROGS=			h_hexdump_r
      8 MAN.h_hexdump_r=	# none
      9 BINDIR.h_hexdump_r=	${TESTSDIR}
     10 FILES=			pr_48787.image.hex
     11 
     12 .include <bsd.test.mk>
     13