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/alpha/conf | |
parent | 4482aec8e7fef6235b5072a8d9a5cb9118892f7a (diff) |
make cleandir should skip the version file; ok otto millert
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/Makefile.alpha | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index 896b24b227d..c224ab58a9a 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.alpha,v 1.91 2016/10/15 13:45:08 deraadt Exp $ +# $OpenBSD: Makefile.alpha,v 1.92 2016/10/24 18:26:17 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -122,7 +122,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 \ |