1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
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

19 lines
256 B
Makefile

.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>