pkgsrc/devel/bcc/files/Makefile.as
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

12 lines
265 B
ActionScript

# $NetBSD: Makefile.as,v 1.1 2006/10/22 06:31:43 rillig Exp $
#
.PATH: ../ld
PROG= as86
SRCS= as.c assemble.c error.c express.c genbin.c genlist.c genobj.c \
gensym.c macro.c mops.c pops.c readsrc.c scan.c table.c \
typeconv.c
WARNS= 0
.include <bsd.prog.mk>