Add ufs2 to the list of filesystem, for the sake of boot blocks which do not
authormiod <miod@openbsd.org>
Fri, 2 Sep 2022 10:14:02 +0000 (10:14 +0000)
committermiod <miod@openbsd.org>
Fri, 2 Sep 2022 10:14:02 +0000 (10:14 +0000)
provide an explicit list of files to build in libsa.

sys/lib/libsa/Makefile

index 8cac771..3dce408 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.30 2019/08/03 15:22:17 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.31 2022/09/02 10:14:02 miod Exp $
 #      $NetBSD: Makefile,v 1.13 1996/10/02 16:19:51 ws Exp $
 
 LIB=   sa
@@ -38,7 +38,7 @@ SRCS+=        close.c closeall.c dev.c disklabel.c dkcksum.c cons.c ioctl.c \
        write.c readdir.c
 
 # boot filesystems
-SRCS+= ufs.c cd9660.c
+SRCS+= ufs.c ufs2.c cd9660.c
 
 .if defined(SA_ZLIB)
 SRCS+= cread.c