pkg_import/Makefile: set PKGMACH=$(MACH) as in pkg/Makefile
authorjenda
Wed, 05 Jan 2011 09:18:30 +0100
changeset 511 d75c7ca362e2
parent 510 4edc1f3604a1
child 512 e43c8b0277d5
pkg_import/Makefile: set PKGMACH=$(MACH) as in pkg/Makefile
pkg_import/Makefile
--- a/pkg_import/Makefile	Fri Dec 24 05:41:44 2010 +0900
+++ b/pkg_import/Makefile	Wed Jan 05 09:18:30 2011 +0100
@@ -42,6 +42,8 @@
 
 IMPORTER=env ROOT=/ ./importer.py 
 
+PKGMACH= $(MACH)
+
 i386_DEFINES=           \
 	ARCH=i386       \
 	ARCH32=i86      \