freebsd-ports/lang/dice/files/Makefile
Dirk Meyer 95dc5b97dc flynn@energyhq.homeip.net wrote:
Dice is Matt Dillon's (yes, our FreeBSD guru :) portable 68000 C
Compiler. Found it odd that there's not a port for this, considering that the
author of the compiler is a FreeBSD commiter.

PR:		34449
Submitted by:	flynn@energyhq.homeip.net
2002-02-22 14:06:04 +00:00

13 lines
227 B
Makefile

# Makefile for dice
# Created by Miguel Mendez <flynn@energyhq.homeip.net>
# $FreeBSD$
DCCOPTS= -3.0 -//
DINCLUDE= `pwd`/include/
all:
cd suplib && ${MAKE} && ${MAKE} install
cd src && ${MAKE} && ${MAKE} install
install: