diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-11-08 18:41:35 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-11-08 18:41:35 +0000 |
commit | 641605dc73c8f1d312d594881e81409b0a284b70 (patch) | |
tree | 3158c16e893e0738d574de1cdb6680c4fd4f7fe2 /sys/arch/alpha | |
parent | 2963a5b2ecb7e11e1675c90a84a50038d6097709 (diff) |
Garbage collect now unused MKDEP definitions. ok deraadt@
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/Makefile.alpha | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index 4d433010231..d72e2309c41 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.alpha,v 1.76 2011/07/07 22:28:18 guenther Exp $ +# $OpenBSD: Makefile.alpha,v 1.77 2011/11/08 18:41:34 matthieu Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -10,7 +10,6 @@ .include <bsd.own.mk> -MKDEP?= mkdep SIZE?= size STRIP?= strip |