diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-12-19 02:46:33 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-12-19 02:46:33 +0000 |
commit | b611a3a6ebac1bb25bdcedfb2fe822c60cc6c63f (patch) | |
tree | 78eab6ba69eccc676e131c54396f51b128a7ccec /devel/mips-rtems-chill | |
parent | Update *-rtems-chill to patch level 11 (diff) |
Reinstate mips-rtems-chill
Diffstat (limited to 'devel/mips-rtems-chill')
-rw-r--r-- | devel/mips-rtems-chill/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/mips-rtems-chill/Makefile b/devel/mips-rtems-chill/Makefile new file mode 100644 index 000000000000..7ff09355a995 --- /dev/null +++ b/devel/mips-rtems-chill/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: mips-rtems-chill +# Date created: 9 June 2000 +# Whom: James Housley <jim@thehousleys.net> +# +# $FreeBSD$ +# + +PORTNAME= chill + +MAINTAINER= jeh@FreeBSD.org + +LCLTARGET= mips-rtems +.include "${.CURDIR}/../i386-rtems-chill/Makefile" |