pkgsrc/devel/bcc/files/Makefile.bcc
rillig 9fd0f98135 Moved the per-directory Makefiles from patches/ to files/ and adjusted
their contents to what this kind of files looks currently.

Not much has changed, except that PKGMANDIR is honoured.
2006-10-22 06:31:43 +00:00

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>