Let NetBSD-sparc64 really be NetBSD-sparc64
This commit is contained in:
parent
7df82ad303
commit
6aabbf6d70
1
Makefile
1
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 \
|
||||
|
|
7
targets/NetBSD-sparc64
Normal file
7
targets/NetBSD-sparc64
Normal file
|
@ -0,0 +1,7 @@
|
|||
#$Id$
|
||||
#Copyright (c) 2012 Pierre Pronchery <khorben@defora.org>
|
||||
|
||||
|
||||
|
||||
#includes
|
||||
. "`dirname $0`/Apps/Devel/src/scripts/targets/NetBSD-sparc"
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user