Module Name: src
Committed By: skrll
Date: Sat May 4 07:04:24 UTC 2024
Modified Files:
src/sys/arch/hppa/stand/boot: Makefile
Log Message:
Whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hppa/stand/boot/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/boot/Makefile
diff -u src/sys/arch/hppa/stand/boot/Makefile:1.1 src/sys/arch/hppa/stand/boot/Makefile:1.2
--- src/sys/arch/hppa/stand/boot/Makefile:1.1 Mon Feb 24 07:23:43 2014
+++ src/sys/arch/hppa/stand/boot/Makefile Sat May 4 07:04:24 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/02/24 07:23:43 skrll Exp $
+# $NetBSD: Makefile,v 1.2 2024/05/04 07:04:24 skrll Exp $
# $OpenBSD: Makefile,v 1.10 2000/05/31 19:56:51 mickey Exp $
@@ -17,9 +17,9 @@ CPPFLAGS+= -D__daddr_t=int32_t
#CPPFLAGS+= -DLIFDEBUG -DDEBUGBUG -DDEBUG
CPPFLAGS+= -DBOOTARG_APIVER=3
CPPFLAGS+= -Wmissing-prototypes -Wstrict-prototypes
-WARNS= 2
+WARNS= 2
-CPPFLAGS+= -D__INTERNAL_LIBSA_CREAD -DCOMPAT_UFS
+CPPFLAGS+= -D__INTERNAL_LIBSA_CREAD -DCOMPAT_UFS
SAMISCMAKEFLAGS+="SA_USE_CREAD=yes"
.include "../Makefile.buildboot"