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


1.1
date	95.03.20.06.58.30;	author svalente;	state Exp;
branches;
next	;


desc
@Imakefile
@


1.1
log
@Initial revision
@
text
@# $Id: Imakefile,v 1.5 92/05/08 11:10:09 epeisach Exp $

#if (defined(vax) && !defined(ultrix)) || defined(ibm032) 
BINDIR=/bin
#else
BINDIR=$(ATHBINDIR)
#endif

INSTFLAGS= -m 2755 -g tty
#if defined(_AIX)
INSTFLAGS=
#endif

DEFINES= -DWRITE_PROG=\"$(BINDIR)/write\"

build_program(write,write.o,,)
install_program(write,$(INSTFLAGS),$(BINDIR)/write)

SimpleProgram(writed,writed.o,,$(ATHETCDIR)/writed)
@
