# Makefile autoconfigured for ...
# Ultrix 4.0 system on Fri Dec 13 15:45:28 EST 1991



MFLAGS=
LFLAGS=-L/mit/cap/lib -L/usr/athena/lib
CC=cc
LD=ld
SHELL=/bin/sh
INSTALLER=cp


I=/mit/cap/cap60/src
HFILES = aberrors.h abqueue.h appletalk.h afp.h afpcmd.h afpc.h \
	 compat.h sysvcompat.h macfile.h abnbp.h

install: $(HFILES)
	-mkdir $I/netat
	cp $(HFILES) $I/netat

dist:
	@cat todist

clean:

spotless:
	-rm -f *.orig
