head	1.2;
access;
symbols
	christos-current-1999-03-28:1.1.1.1 CHRISTOS:1.1.1;
locks; strict;
comment	@# @;


1.2
date	99.04.12.08.35.20;	author crooksa;	state dead;
branches;
next	1.1;

1.1
date	99.04.12.07.43.22;	author crooksa;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.04.12.07.43.22;	author crooksa;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Preprocess the Makefile.
@
text
@#	$NetBSD: Makefile.boot,v 1.9 1998/05/21 17:19:46 tv Exp $
#
# a very simple makefile...
#
# You only want to use this if you aren't running NetBSD.
#
# modify MACHINE and MACHINE_ARCH as appropriate for your target architecture
#

include ../Makefile.inc
VPATH=${BSDSRCDIR}/usr.bin/make

MACHINE=sun
MACHINE_ARCH=sparc

CFLAGS= -DTARGET_MACHINE=\"${MACHINE}\" \
	-DTARGET_MACHINE_ARCH=\"${MACHINE_ARCH}\" \
	-DMACHINE=\"${MACHINE_ARCH}\" '-D__RCSID(a)=' \
	'-D__COPYRIGHT(a)=' \
	-D_PATH_DEFSYSPATH=\"${DESTDIR}/share/mk\" -I${BSDSRCDIR}/usr.bin/make \
	-I${VPATH} -I.
LIBS=

all: bmake

bmake: sys/cdefs.h
	${CC} ${CFLAGS} ${VPATH}/*.c ${VPATH}/lst.lib/*.c -o bmake

sys/cdefs.h:
	-mkdir -p sys
	rm -f sys/cdefs.h
	touch sys/cdefs.h

install:
	/usr/ucb/install -c bmake ${DESTDIR}/bin/make

clean:
	rm -f ${OBJ} ${LIBOBJ} ${PORTOBJ} bmake sys/cdefs.h
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Initial import of Zoularis "NetBSD-on-Solaris" environment.
@
text
@@
