summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-27 15:33:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-27 15:33:47 +0000
commit1758180cb055390537cf52a545c69803315589e1 (patch)
tree8ad21159edca2332af2552f51c254eecd04fc9fd /sys
parentdc718fc5fe36aab22ba7c10c963276a6b445c47a (diff)
a bit more unification to the arm way of doing this
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/landisk/conf/Makefile.landisk8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/landisk/conf/Makefile.landisk b/sys/arch/landisk/conf/Makefile.landisk
index 0e47967d083..c188fa4b238 100644
--- a/sys/arch/landisk/conf/Makefile.landisk
+++ b/sys/arch/landisk/conf/Makefile.landisk
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.landisk,v 1.22 2010/04/27 06:46:26 deraadt Exp $
+# $OpenBSD: Makefile.landisk,v 1.23 2010/04/27 15:33:46 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -126,9 +126,9 @@ clean::
[Ee]rrs linterrs makelinks assym.h ${DB_STRUCTINFO}
lint:
- @lint -hbxncez -DGENERIC -Dvolatile= ${CPPFLAGS} -UKGDB ${CFILES} \
- ioconf.c param.c | \
- grep -v 'static function .* unused'
+ @lint -hbxncez -DGENERIC -Dvolatile= ${CPPFLAGS} -UKGDB \
+ ${CFILES} ioconf.c param.c | \
+ grep -v 'static function .* unused'
tags:
@echo "see $S/kern/Makefile for tags"