
#
#	$Header: Makefile,v 1.1 89/01/15 20:01:47 jrd Exp $
#	Author: J. Davin
#	Copyright 1988, 1989, Massachusetts Institute of Technology
#	See permission and disclaimer notice in file "notice.h"
#

RCSCMD		=	rlog -L -h

SOURCES		=	terms.tex	\
			goals.tex	\
			overview.tex	\
			libbsd.tex	\
			libsnmp.tex	\
			snmpd.tex	\
			snmpget.tex	\
			snmpnext.tex	\
			snmpset.tex	\
			snmptrap.tex	\
			snmptrapd.tex	\
			testtools.tex	\
			guide.tex

all:		$(SOURCES)
		latex guide.tex

clean:
		rm -f *.aux *.dvi *.log Makefile.bak core *.out

$(SOURCES):
		co $@

rcs:
		$(RCSCMD) Makefile $(SOURCES)


lint:
		echo Done

depend:
		echo Done

