Module Name: src
Committed By: skrll
Date: Mon Apr 29 07:34:27 UTC 2024
Modified Files:
src/sys/arch/hppa/stand/xxboot: Makefile
Log Message:
Whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hppa/stand/xxboot/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hppa/stand/xxboot/Makefile
diff -u src/sys/arch/hppa/stand/xxboot/Makefile:1.5 src/sys/arch/hppa/stand/xxboot/Makefile:1.6
--- src/sys/arch/hppa/stand/xxboot/Makefile:1.5 Mon Apr 29 07:31:18 2024
+++ src/sys/arch/hppa/stand/xxboot/Makefile Mon Apr 29 07:34:27 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2024/04/29 07:31:18 skrll Exp $
+# $NetBSD: Makefile,v 1.6 2024/04/29 07:34:27 skrll Exp $
-NODEBUG=yes
-PROG= xxboot
-NOMAN= # defined
-SRCS= start.S main.c readufs.c readufs_ffs.c readufs_lfs.c milli_tiny.S
+NODEBUG= yes
+PROG= xxboot
+NOMAN= # defined
+SRCS= start.S main.c readufs.c readufs_ffs.c readufs_lfs.c milli_tiny.S
.PATH: ${.CURDIR}/../common