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