#
#	SCCSID	@(#)Makefile	1.3 85/06/24
#
NAME		= Include
PRSPOOLER	= sendfile -Aaprinter -e'-b' piers:basset -n
PRSPOOL		= $(PRSPOOLER)$(NAME)
PRFORMATTER	= pr -l66 -w132 -f -n3

GET		= sccs get

.DEFAULT:
		$(GET) SCCS/s.$<

all:		Passwd.h Stream.h address.h command.h debug.h \
		ftheader.h global.h handlers.h header.h messagename.h ndir.h \
		site.h spool.h state.h stats.h sub_proto.h sysexits.h

print:
		$(PRFORMATTER) Makefile *.h | $(PRSPOOL)

clean:

clobber:

llib:

FRC:
