Home | History | Annotate | Line # | Download | only in fs
Makefile revision 1.22.28.1
      1 #	$NetBSD: Makefile,v 1.22.28.1 2024/06/29 19:43:26 perseant Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 SUBDIR=	adosfs autofs cd9660 efs filecorefs hfs msdosfs nilfs ntfs ptyfs \
      6 	puffs sysvbfs tmpfs udf union v7fs
      7 
      8 .if ${MKEXFATFS} != "no"
      9 SUBDIR+= exfatfs
     10 .endif
     11 
     12 .include <bsd.kinc.mk>
     13