diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-10-24 18:26:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-10-24 18:26:18 +0000 |
commit | 66c3d0b8f3b9a5cdb6b49b4de6354e7b2c7dd430 (patch) | |
tree | 4c6aa932ded3c805e1560799f6eaf919c93c3414 /sys/arch/luna88k | |
parent | 4482aec8e7fef6235b5072a8d9a5cb9118892f7a (diff) |
make cleandir should skip the version file; ok otto millert
Diffstat (limited to 'sys/arch/luna88k')
-rw-r--r-- | sys/arch/luna88k/conf/Makefile.luna88k | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/luna88k/conf/Makefile.luna88k b/sys/arch/luna88k/conf/Makefile.luna88k index d33eb5b1b38..e1e9f0b0ba0 100644 --- a/sys/arch/luna88k/conf/Makefile.luna88k +++ b/sys/arch/luna88k/conf/Makefile.luna88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.luna88k,v 1.62 2016/10/15 13:45:08 deraadt Exp $ +# $OpenBSD: Makefile.luna88k,v 1.63 2016/10/24 18:26:17 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -126,7 +126,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 \ |