head     36.6;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


36.6
date     90.04.03.04.41.15;  author jesup;  state Exp;
branches ;
next     36.5;

36.5
date     89.12.08.17.05.37;  author jesup;  state Exp;
branches ;
next     36.4;

36.4
date     89.12.05.12.24.33;  author jesup;  state Exp;
branches ;
next     36.3;

36.3
date     89.10.18.04.08.44;  author jesup;  state Exp;
branches ;
next     36.2;

36.2
date     89.09.16.22.23.49;  author jesup;  state Exp;
branches ;
next     36.1;

36.1
date     89.09.16.22.01.02;  author jesup;  state Exp;
branches ;
next     ;


desc
@Initial check-in for V36 dos sources.  These are Amiga sources to be built
under Lattice 5.03.97 or later.
@


36.6
log
@for rcs 4.x header change
@
text
@######################################################################
# NATIVE BUILD ONLY
#
MAKEMETA=	/usr/commodore/amiga/V36/tools/makemeta

MAKEFILE=	Makefile
SRCDIRPATH=	kickstart
SRCDIR=		dos
SUBSYSNAME=	dos
SUBSYSGROUP=	libraries

# if I use dos.ld, Makemeta does annoying things
all:
		@@if test ! -f dos.ld; then ( \
			echo "Can't find dos.ld!  Please make it."; \
			false; ); \
		fi;

.INCLUDE=${MAKEMETA}
SYMBOLOPT=

@


36.5
log
@*** empty log message ***
@
text
@@


36.4
log
@*** empty log message ***
@
text
@d2 1
a2 1
#NATIVE BUILD ONLY
@


36.3
log
@moved subdirs to kickstart
@
text
@d2 2
@


36.2
log
@*** empty log message ***
@
text
@a8 1
SUBDIRS=	fs ram con
@


36.1
log
@*** empty log message ***
@
text
@d12 1
a12 3
all:	device.c bcplio.c cli.c blib.c cli_init.c rdargs.c path.c \
	notify.c path_protos.h device_protos.h notify_protos.h \
	blib_protos.h libhdr.h klib_protos.h cli_init.h cli_protos.h
@
