freebsd-ports/devel/bcc/files/Makefile.bcc
Joerg Wunsch b7e5135427 Bruce Evans' bcc C compiler.
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.
1995-03-26 18:08:54 +00:00

18 lines
256 B
Text

.include "../Makefile.inc"
.PATH: ../bcc-cc1
CFLAGS += -DNSIG=32
CFLAGS += -Wall
CFLAGS += -DLOCALPREFIX=\"${LOCALPREFIX}\"
LDFLAGS =
SRCS = bcc.c
PROG = bcc
BINDIR = ${LOCALPREFIX}/bin
MANDIR = ${LOCALPREFIX}/man/man
.include <bsd.prog.mk>