blob: 73658808859b56ba53027a7b61f1a8f2aecf73b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# New ports collection makefile for: powerpc-rtems-objc
# Date created: 9 June 2000
# Whom: James Housley <jim@thehousleys.net>
#
# $FreeBSD$
#
PORTNAME= objc
MAINTAINER= jeh@FreeBSD.org
LCLTARGET= powerpc-rtems
MASTERDIR= ${.CURDIR}/../i386-rtems-objc
.include "${MASTERDIR}/Makefile"
|