(This conflicts with bcc and dev86. I use this to build lilo.) This is a simple assember, linker, and related tools for 80x86 machine code. This is based on the as86 and ld86 distribution written by Bruce Evans and was maintained by Robert de Bath.
13 lines
310 B
Text
13 lines
310 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2008/03/08 00:39:23 reed Exp $
|
|
|
|
--- Makefile.orig 2003-12-31 12:36:40.000000000 +0100
|
|
+++ Makefile
|
|
@@ -6,7 +6,7 @@ DIRS=ld as
|
|
PREFIX=/usr/local
|
|
BINDIR=$(PREFIX)/bin
|
|
LIBDIR=$(PREFIX)/lib
|
|
-MANDIR=$(PREFIX)/man/man1
|
|
+MANDIR=$(PREFIX)/$(PKGMANDIR)/man1
|
|
SUF=86
|
|
|
|
INSTALL_OPT=-m 755
|