9fd0f98135
their contents to what this kind of files looks currently. Not much has changed, except that PKGMANDIR is honoured.
12 lines
265 B
ActionScript
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>
|