artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d18bfbf
)
Add ufs2 to the list of filesystem, for the sake of boot blocks which do not
author
miod
<miod@openbsd.org>
Fri, 2 Sep 2022 10:14:02 +0000
(10:14 +0000)
committer
miod
<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
patch
|
blob
|
history
diff --git
a/sys/lib/libsa/Makefile
b/sys/lib/libsa/Makefile
index
8cac771
..
3dce408
100644
(file)
--- a/
sys/lib/libsa/Makefile
+++ b/
sys/lib/libsa/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.3
0 2019/08/03 15:22:17 deraadt
Exp $
+# $OpenBSD: Makefile,v 1.3
1 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