head 1.1; access; symbols perseant-exfatfs-base-20250801:1.1 perseant-exfatfs-base-20240630:1.1 perseant-exfatfs:1.1.0.2; locks; strict; comment @# @; 1.1 date 2024.06.29.19.43.26; author perseant; state dead; branches 1.1.2.1; next ; commitid RZLeba2qlfktMUfF; 1.1.2.1 date 2024.06.29.19.43.26; author perseant; state Exp; branches; next 1.1.2.2; commitid RZLeba2qlfktMUfF; 1.1.2.2 date 2024.08.02.00.24.52; author perseant; state Exp; branches; next ; commitid bbfnu9EEUnF1ibkF; desc @@ 1.1 log @file Makefile was initially added on branch perseant-exfatfs. @ text @@ 1.1.2.1 log @Implementation of exFAT filesystem, with compilation conditional on MKEXFATFS make variable. @ text @a0 23 # $NetBSD: Makefile,v 1.22 2020/05/15 23:32:28 christos Exp $ # .include TESTSDIR= ${TESTSBASE}/fs/exfatfs WARNS= 4 PROGS= h_exfatfs_server SRCS.h_exfatfs_server= h_exfatfs_server.c MAN.h_exfatfs_server= # empty BINDIR.h_exfatfs_server= ${TESTSDIR} TESTS_C+= t_mount LDADD+=-lrumpfs_exfatfs # exfatfs LDADD+=-lrumpdev_disk -lrumpdev # disk device #VFSTESTDIR != cd ${.CURDIR}/../common && ${PRINTOBJDIR} #LDADD+=-L${VFSTESTDIR} #LDADD+=-lvfstest LDADD+=-lrumpkern_sysproxy ${LIBRUMPBASE} .include @ 1.1.2.2 log @Add t_newfs to test compatibility of newfs, fsck and dumpfs utilities. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1.2.1 2024/06/29 19:43:26 perseant Exp $ a15 2 TESTS_SH+= t_newfs @