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