# From kean@argh.ucs.orst.edu (Kean Stump) with the fixpath line
# added by me.
# Change the following two lines if you are not sysadmin.
#OWNER=ckclark
#GROUP=gsipbbin
LIB=resolver.pl archie.depend newgetopt.pl
BIN=archie
MAN=archie.l
STARTUP=system.archierc
BINDIR=/mit/sipb/bin
LIBDIR=/mit/sipb/lib/perl
MANDIR=/mit/sipb/man/man1
STARTUPDIR=/mit/sipb/lib     

install: 
	perl fixpath /afs/athena/contrib/perl/perl 
	install -m 755 $(BIN) $(BINDIR)
	install -m 444 $(LIB) $(LIBDIR)
	install -m 444 $(MAN) $(MANDIR)/archie.1
	install -m 444 $(STARTUP) $(STARTUPDIR)
