diff --git a/Makefile b/Makefile index cacc3ee..9037605 100644 --- a/Makefile +++ b/Makefile @@ -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 \ diff --git a/targets/NetBSD-sparc64 b/targets/NetBSD-sparc64 new file mode 100644 index 0000000..1af11ec --- /dev/null +++ b/targets/NetBSD-sparc64 @@ -0,0 +1,7 @@ +#$Id$ +#Copyright (c) 2012 Pierre Pronchery + + + +#includes +. "`dirname $0`/Apps/Devel/src/scripts/targets/NetBSD-sparc" diff --git a/targets/project.conf b/targets/project.conf index 9e77ff7..b523616 100644 --- a/targets/project.conf +++ b/targets/project.conf @@ -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