diff options
Diffstat (limited to 'sys/arch/hppa64/conf')
-rw-r--r-- | sys/arch/hppa64/conf/Makefile.hppa64 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hppa64/conf/Makefile.hppa64 b/sys/arch/hppa64/conf/Makefile.hppa64 index d749f339672..6ff2ce3c42c 100644 --- a/sys/arch/hppa64/conf/Makefile.hppa64 +++ b/sys/arch/hppa64/conf/Makefile.hppa64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hppa64,v 1.30 2010/05/25 15:05:01 deraadt Exp $ +# $OpenBSD: Makefile.hppa64,v 1.31 2010/05/25 17:27:55 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -19,8 +19,6 @@ STRIP?= strip S!= cd ../../../..; pwd .endif -_mach?= hppa64 -_arch?= hppa64 _machdir?= $S/arch/${_mach} _archdir?= $S/arch/${_arch} |