head     1.1;
branch   ;
access   ;
symbols  ;
locks    ;
comment  @# @;


1.1
date     93.07.16.20.05.37;  author bin;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@# Simple Coherent makefile for dump driver

Driver.o: dump.c
	$(CC) $(CFLAGS) -D__VOID__=char -o Driver.o -c dump.c

install:
	cp Space.c Driver.o /etc/conf/dump

clean:
	rm -f Driver.o
@
