head 1.16; access; symbols kim-current-1999-09-17:1.11 christos-current-1999-03-28:1.1.1.1 CHRISTOS:1.1.1; locks; strict; comment @# @; 1.16 date 2001.07.04.20.52.36; author christos; state Exp; branches; next 1.15; 1.15 date 2001.07.03.20.29.15; author christos; state Exp; branches; next 1.14; 1.14 date 2001.03.23.15.02.54; author tron; state dead; branches; next 1.13; 1.13 date 2001.02.12.23.28.55; author christos; state Exp; branches; next 1.12; 1.12 date 2000.10.03.21.57.08; author christos; state Exp; branches; next 1.11; 1.11 date 99.08.30.05.11.56; author christos; state Exp; branches; next 1.10; 1.10 date 99.08.30.04.37.37; author christos; state Exp; branches; next 1.9; 1.9 date 99.08.29.22.49.49; author christos; state Exp; branches; next 1.8; 1.8 date 99.07.10.20.52.49; author christos; state Exp; branches; next 1.7; 1.7 date 99.07.10.17.57.35; author christos; state Exp; branches; next 1.6; 1.6 date 99.06.25.11.43.44; author agc; state Exp; branches; next 1.5; 1.5 date 99.06.24.14.47.32; author christos; state Exp; branches; next 1.4; 1.4 date 99.04.12.11.35.10; author crooksa; state Exp; branches; next 1.3; 1.3 date 99.04.12.09.47.49; author crooksa; state Exp; branches; next 1.2; 1.2 date 99.04.12.09.02.47; author crooksa; state Exp; branches; next 1.1; 1.1 date 99.04.12.07.43.16; author crooksa; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.04.12.07.43.16; author crooksa; state Exp; branches; next ; desc @@ 1.16 log @Solaris-2.8 port @ text @# $NetBSD: Makefile.inc,v 1.15 2001/07/03 20:29:15 christos Exp $ ############################################################################ # Variables which must be set # where standard include files are on your system HOSTINCDIR=/usr/include # where the root of the NetBSD source tree is (you need basesrc and syssrc) BSDSRCDIR=/mnt/NetBSD/src # where you want to install DESTDIR= /usr/local/bsd # Uncomment the next two lines on Linux #INSTALL=/usr/bin/install #AWK=awk # Uncomment the next two lines on Solaris INSTALL=/usr/ucb/install AWK=nawk # Set these for the relevant machine types. # i386 is "i386", Sparc is "sparc", others unknown #MACHINE=i386 #MACHINE_ARCH=i386 MACHINE=sparc MACHINE_ARCH=sparc ############################################################################ # You shouldn't need to change anything else BSDLIBCDIR=${BSDSRCDIR}/lib/libc INCDIR=/include LIBDIR=/lib DESTINC=${DESTDIR}${INCDIR} CROSSMAKE=make # Command to install include files INCLUDEINSTALL=${INSTALL} -c -m 444 WARNS=1 MKMAN=no CC=gcc #CC=cc NOGCCERROR=yes NOCHECKVER=yes @ 1.15 log @make things work on RedHat-7.0 @ text @d1 1 a1 1 # $NetBSD: Makefile.inc,v 1.14 2001/03/23 15:02:54 tron dead $ d9 1 a9 1 BSDSRCDIR=/mnt/NetBSD/co/src d13 2 a14 2 INSTALL=/usr/bin/install AWK=awk d16 2 a17 2 #INSTALL=/usr/ucb/install #AWK=nawk d21 4 a24 4 MACHINE=i386 MACHINE_ARCH=i386 #MACHINE=sparc #MACHINE_ARCH=sparc @ 1.14 log @Replace "Makefile.in" which need to be edited by hand with a "configure" script. @ text @d1 1 a1 1 # $NetBSD: Makefile.inc,v 1.13 2001/02/12 23:28:55 christos Exp $ d9 1 a9 1 BSDSRCDIR=/mnt/NetBSD/src d13 2 a14 2 #INSTALL=/usr/bin/install #AWK=awk d16 2 a17 2 INSTALL=/usr/ucb/install AWK=nawk d21 4 a24 4 #MACHINE=i386 #MACHINE_ARCH=i386 MACHINE=sparc MACHINE_ARCH=sparc @ 1.13 log @add solaris-2.8 support that I forgot to commit @ text @d1 1 a1 1 # $NetBSD$ @ 1.12 log @port to RH 7. @ text @d9 1 a9 1 BSDSRCDIR=/u/NetBSD/co/src d13 2 a14 2 INSTALL=/usr/bin/install AWK=awk d16 2 a17 2 #INSTALL=/usr/ucb/install #AWK=nawk d21 4 a24 4 MACHINE=i386 MACHINE_ARCH=i386 #MACHINE=sparc #MACHINE_ARCH=sparc d39 2 a40 2 #CC=gcc CC=cc @ 1.11 log @do a final update. @ text @d9 1 a9 1 BSDSRCDIR=/home/NetBSD/src @ 1.10 log @Make it simple to install the basic programs that are required by packages @ text @d11 1 a11 1 DESTDIR= /home/christos/bsd @ 1.9 log @Update for Solaris-7 @ text @d9 1 a9 1 BSDSRCDIR=/net/master/NetBSD/src d11 1 a11 1 DESTDIR= /usr/local/bsd d13 2 a14 2 #INSTALL=/usr/bin/install #AWK=awk d16 2 a17 2 INSTALL=/usr/ucb/install AWK=nawk d21 4 a24 4 #MACHINE=i386 #MACHINE_ARCH=i386 MACHINE=sparc MACHINE_ARCH=sparc d39 2 a40 1 CC=gcc @ 1.8 log @- add tmac and libedit - a few more linux kludges @ text @d9 1 a9 1 BSDSRCDIR=/net/master/home/NetBSD/src d11 1 a11 1 DESTDIR?= /usr/local/bsd d13 2 a14 2 INSTALL=/usr/bin/install AWK=awk d16 2 a17 2 #INSTALL=/usr/ucb/install #AWK=nawk d21 4 a24 2 MACHINE=i386 MACHINE_ARCH=i386 @ 1.7 log @Deal with - in uname -r @ text @d11 1 a11 1 DESTDIR= /usr/local/bsd @ 1.6 log @Add comments telling what the values should contain. Move CROSSMAKE down into the "immutable" values. Move AWK up into the ones that need to be set. Provide default values for Linux and Solaris for INSTALL and AWK. Explain what values the MACHINE* definitions can take. @ text @d9 1 a9 1 BSDSRCDIR=/home/NetBSD/src d11 1 a11 1 DESTDIR=/usr/local/bsd @ 1.5 log @Linux import @ text @d3 4 a6 1 # Settable variables d8 1 d10 1 d12 1 a12 1 CROSSMAKE=make d14 4 d19 2 d24 2 a25 1 # Dont touch these d30 1 a34 2 AWK=awk @ 1.4 log @Comment out BSDSRCDIR and DESTDIR, so that user has to set them explicitly. @ text @d5 4 a8 2 #BSDSRCDIR=/localsrc/NetBSD/src #DESTDIR=/usr/local/bsd d10 2 a11 2 # Really, does not belong here and there are other places where it is hardcoded MACHINE=sparc a19 1 INSTALL=/usr/ucb/install d22 2 @ 1.3 log @The checkver script pukes on Solaris. Define NOCHECKVER so that we don't get that problem. @ text @d5 2 a6 2 BSDSRCDIR=/u/crooksa/NetBSD/src DESTDIR=/u/crooksa/destdir @ 1.2 log @Brought over changes from Solaris7/i386 first run. @ text @d25 1 @ 1.1 log @Initial revision @ text @d5 2 a6 2 BSDSRCDIR=/fs/src-1/NetBSD/src DESTDIR=/usr/local/bsd d18 2 a19 1 INCLUDEINSTALL=install -c -m 444 d21 4 @ 1.1.1.1 log @Initial import of Zoularis "NetBSD-on-Solaris" environment. @ text @@