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