diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-27 15:33:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-27 15:33:47 +0000 |
commit | 1758180cb055390537cf52a545c69803315589e1 (patch) | |
tree | 8ad21159edca2332af2552f51c254eecd04fc9fd /sys/arch/landisk | |
parent | dc718fc5fe36aab22ba7c10c963276a6b445c47a (diff) |
a bit more unification to the arm way of doing this
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r-- | sys/arch/landisk/conf/Makefile.landisk | 8 |
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" |