diff options
author | dholland <dholland> | 2016-12-11 03:58:36 +0000 |
---|---|---|
committer | dholland <dholland> | 2016-12-11 03:58:36 +0000 |
commit | 8ae7898418bb3bec1f8c8c640b4d431b80c8dcc4 (patch) | |
tree | 8601a81f14db89f7cebafac541d2c19db118fd20 /archivers | |
parent | 45481aecc28edc5fb2166cfc4b4e933a917866fd (diff) | |
download | pkgsrc-8ae7898418bb3bec1f8c8c640b4d431b80c8dcc4.tar.gz |
Add missing rules files for sun4v-sunos4. Fixes PR 44379.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/star/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/archivers/star/Makefile b/archivers/star/Makefile index a17505f2b30..3a97265889f 100644 --- a/archivers/star/Makefile +++ b/archivers/star/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2016/01/23 03:43:11 zafer Exp $ +# $NetBSD: Makefile,v 1.37 2016/12/11 03:58:36 dholland Exp $ # DISTNAME= star-1.4.3 @@ -39,6 +39,8 @@ pre-build: ${LN} -s i386-freebsd-cc.rul x86_64-freebsd-cc.rul; \ ${LN} -s i386-freebsd-gcc.rul amd64-freebsd-gcc.rul; \ ${LN} -s i386-freebsd-cc.rul amd64-freebsd-cc.rul; \ - ${LN} -s x86_64-netbsd-cc.rul amd64-openbsd-cc.rul + ${LN} -s x86_64-netbsd-cc.rul amd64-openbsd-cc.rul; \ + ${LN} -s sun4-sunos5-cc.rul sun4v-sunos5-cc.rul; \ + ${LN} -s sun4-sunos5-gcc.rul sun4v-sunos5-gcc.rul .include "../../mk/bsd.pkg.mk" |