#
# 5799-WZQ (C) COPYRIGHT IBM CORPORATION 1986,1987
# LICENSED MATERIALS - PROPERTY OF IBM
# REFER TO COPYRIGHT INSTRUCTIONS FORM NUMBER G120-2083
#
# $Header: /usr/src/usr.ibm/aedtest/RCS/Makefile,v 1.2 1993/02/25 17:04:34 md Exp $ 
# $ACIS:Makefile 12.0$ 
# $Source: /usr/src/usr.ibm/aedtest/RCS/Makefile,v $ 
#
# Makefile for aedtest

PROG=	aedtest
MAN8=	aedtest.0
SRCS =  vlook.o  v2910.o v29116.o vbufn.o vm.o vikmem.o vtest.o vikio.o	\
	vload.o vspram.o vsram.o vtime.o vybus.o abuffer.o	\
	vlong.o vbuf.o vbootvt.o vttyio.o a2910.o a29116.o ablck.o	\
	abufn.o afastbuf.o along.o arzdz.o ascpad.o asram.o aybus.o	\
	aglasstty.o

# Flags description -- 
#	BUS -- indicates opening of /dev/bus per new kernel
#	BSD -- indicates running under 4.2BSD 
#		otherwise expects to run on a standalone floppy
#	INFINITE -- runs tests in an infinite loop unless stopped
#		by timeout, hardware error or intervention
#	NOTIMEOUT -- if enabled, ignores timeout problems and 
#		forces continuation
# following defines a single pass with timeouts enabled

CFLAGS+= -DBUS -DBSD -UINFINITE -UNOTIMEOUT
CFLAGS+= -I${.CURDIR}/. -I${.CURDIR}/../../sys

.include <bsd.prog.mk>
