# Makefile autoconfigured for ...
# BSDI BSD/386 system on Thu Jan 16 10:32:46 EST 1997



MFLAGS=
LFLAGS=
CC=shlicc
LD=ld
SHELL=/bin/sh
INSTALLER=cp
I=/usr/include
HFILES = aberrors.h abqueue.h appletalk.h afp.h afpcmd.h afpc.h \
	 compat.h sysvcompat.h macfile.h abnbp.h fcntldomv.h

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

dist:
	@cat todist

clean:

spotless:
	-rm -f *.orig Makefile makefile
