Let NetBSD-sparc64 really be NetBSD-sparc64

This commit is contained in:
Pierre Pronchery 2012-10-06 23:58:51 +00:00
parent 7df82ad303
commit 6aabbf6d70
3 changed files with 9 additions and 1 deletions

View File

@ -36,6 +36,7 @@ dist:
$(PACKAGE)-$(VERSION)/targets/NetBSD-amd64 \
$(PACKAGE)-$(VERSION)/targets/NetBSD-i386 \
$(PACKAGE)-$(VERSION)/targets/NetBSD-sparc \
$(PACKAGE)-$(VERSION)/targets/NetBSD-sparc64 \
$(PACKAGE)-$(VERSION)/targets/project.conf \
$(PACKAGE)-$(VERSION)/Makefile \
$(PACKAGE)-$(VERSION)/COPYING \

7
targets/NetBSD-sparc64 Normal file
View File

@ -0,0 +1,7 @@
#$Id$
#Copyright (c) 2012 Pierre Pronchery <khorben@defora.org>
#includes
. "`dirname $0`/Apps/Devel/src/scripts/targets/NetBSD-sparc"

View File

@ -1 +1 @@
dist=Makefile,Linux,Linux-arm,Linux-i386,NetBSD,NetBSD-amd64,NetBSD-i386,NetBSD-sparc
dist=Makefile,Linux,Linux-arm,Linux-i386,NetBSD,NetBSD-amd64,NetBSD-i386,NetBSD-sparc,NetBSD-sparc64