pkgsrc/devel/bcc/files/Makefile.ld
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
220 B
Text

# $NetBSD: Makefile.ld,v 1.1 2006/10/22 06:31:43 rillig Exp $
#
PROG= ld86
SRCS= dumps.c io.c ld.c readobj.c table.c typeconv.c writebin.c
CPPFLAGS+= -DBSD_A_OUT -DSTANDARD_GNU_A_OUT
WARNS= 0
.include <bsd.prog.mk>