##########################################################################
#
# $Id: makefile,v 42.0 93/06/16 11:18:00 chrisg Exp $
#
# $Locker:  $
#
##########################################################################

SUBSYSNAME=d
SUBSYSTEMS=
INCLUDEDIR=
CVERSION=6
INFILES=
AFILES= utility.asm muldiv.asm
CFILES=		startup.c \
		find_key.c \
		find_tag.c \
		add_record.c \
		rem_record.c \
		next_record.c \
		find_info.c \
		subroutines.c \
		videocontrol.c

INFILES=
OTHERFILES=	makefile init.h proginfo.h
TEMPDIR=
HOMEDIR=
# defaults to Vxx/src/moduletype/system/subsysname

HOMEINCL=
LINKEROPTS=

.include /makefile_master
.include lib:makemeta

