b7e5135427
It is able to handle 16-bit code as well, and comes with an own assembler and loader. (They are already known from Minix and Linux as the `bin86' package.) With a bit of `dd' magic, bcc can be used to compile messdos programs.
10 lines
189 B
Makefile
10 lines
189 B
Makefile
# New ports collection makefile for: bcc
|
|
# Date created: 26 March 1995
|
|
# Whom: joerg
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1994/12/28 11:53:41 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= bcc
|
|
|
|
.include <bsd.port.mk>
|