9fd0f98135
their contents to what this kind of files looks currently. Not much has changed, except that PKGMANDIR is honoured.
9 lines
171 B
Text
9 lines
171 B
Text
# $NetBSD: Makefile.bcc,v 1.3 2006/10/22 06:31:43 rillig Exp $
|
|
#
|
|
|
|
PROG= bcc
|
|
CPPFLAGS+= -DNSIG=32
|
|
CPPFLAGS+= -DLOCALPREFIX=\"${PREFIX}\"
|
|
WARNS= 0
|
|
|
|
.include <bsd.prog.mk>
|