diff options
Diffstat (limited to 'devel/mips64orion-rtems-chill/Makefile')
-rw-r--r-- | devel/mips64orion-rtems-chill/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/mips64orion-rtems-chill/Makefile b/devel/mips64orion-rtems-chill/Makefile new file mode 100644 index 000000000000..6948236bb585 --- /dev/null +++ b/devel/mips64orion-rtems-chill/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: mips64orion-rtems-chill +# Date created: 9 June 2000 +# Whom: James Housley <jim@thehousleys.net> +# +# $FreeBSD$ +# + +PORTNAME= chill + +MAINTAINER= jim@thehousleys.net + +LCLTARGET= mips64orion-rtems +.include "${.CURDIR}/../i386-rtems-chill/Makefile" |