diff options
Diffstat (limited to 'sys/arch/loongson')
-rw-r--r-- | sys/arch/loongson/conf/Makefile.loongson | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/loongson/conf/Makefile.loongson b/sys/arch/loongson/conf/Makefile.loongson index e20422c76bd..82f8425157f 100644 --- a/sys/arch/loongson/conf/Makefile.loongson +++ b/sys/arch/loongson/conf/Makefile.loongson @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.loongson,v 1.49 2016/10/15 13:45:08 deraadt Exp $ +# $OpenBSD: Makefile.loongson,v 1.50 2016/10/24 18:26:17 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -129,7 +129,7 @@ clean:: [Ee]rrs linterrs assym.* ${DB_STRUCTINFO} param.c cleandir: clean - rm -f Makefile *.h ioconf.c options machine ${_mach} vers.c version + rm -f Makefile *.h ioconf.c options machine ${_mach} vers.c lint: @lint -hbxncez -Dvolatile= ${CPPFLAGS} -UKGDB \ |