diff options
Diffstat (limited to 'sys/arch/gumstix/conf/Makefile.gumstix')
-rw-r--r-- | sys/arch/gumstix/conf/Makefile.gumstix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/gumstix/conf/Makefile.gumstix b/sys/arch/gumstix/conf/Makefile.gumstix index e255ff3c06b..4535ea9718b 100644 --- a/sys/arch/gumstix/conf/Makefile.gumstix +++ b/sys/arch/gumstix/conf/Makefile.gumstix @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.gumstix,v 1.33 2011/07/07 22:28:18 guenther Exp $ +# $OpenBSD: Makefile.gumstix,v 1.34 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 |