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