diff -u -N flpr-2.4-0/Makefile BUILD/Makefile
--- flpr-2.4-0/Makefile	Wed Dec 31 18:00:00 1969
+++ BUILD/Makefile	Tue May 25 13:22:58 1999
@@ -0,0 +1,65 @@
+# Copyright 1990-1999 University Research Assoc., Inc. All rights reserved.
+
+all:	flpr
+	-@echo done
+
+flpr:	flpr.c config.h flpr.1.h
+	cc  -o flpr flpr.c -DDATE=\""`date`"\" -DWHO=\""`who am i | cut -f1 -d' '`"\"
+
+install: flpr
+	chown root flpr
+	chgrp sys flpr
+	chmod 4711 flpr
+	./mkplace.sh /usr/local/bin
+	cp flpr /usr/local/bin/flpr
+	-rm -f /usr/local/bin/flpq
+	-ln /usr/local/bin/flpr /usr/local/bin/flpq
+	-rm -f /usr/local/bin/flpk
+	-ln /usr/local/bin/flpr /usr/local/bin/flpk
+
+mansrc: flpr.man
+	-./mkplace.sh /usr/local/man/man1
+	-cp flpr.man /usr/local/man/man1
+
+manfmt: flpr.1.Z
+	-./mkplace.sh /usr/local/catman/cat1
+	-cp flpr.1.Z /usr/local/catman/cat1
+
+flpr.1: flpr.man
+	nroff -man flpr.man > flpr.1
+
+flpr.1.h: flpr.1 man2h
+	./man2h < flpr.1 > flpr.1.h
+
+flpr.1.print: flpr.1 man2prt
+	./man2prt < flpr.1 > flpr.1.print
+
+flpr.1.Z: flpr.1
+	compress < flpr.1 > flpr.1.Z
+
+man2h: man2h.c
+
+man2prt: man2prt.c
+
+manuals: flpr.1.h flpr.1.print flpr.1.Z
+	touch manuals
+
+cptarpack:
+	cut -f1 <MANIFEST | cpio -o -Htar | compress >flp.cp.Z
+
+crcpack:
+	cut -f1 <MANIFEST | cpio -o -Hcrc | compress >flp.cp.Z
+
+ustarpack:
+	cut -f1 <MANIFEST | cpio -o -Hustar | compress >flp.cp.Z
+
+oldpack:
+	cut -f1 <MANIFEST | cpio -o -Hodc | compress >flp.cp.Z
+
+package:
+	cut -f1 <MANIFEST | cpio -oc | compress >flp.cp.Z
+
+tarpack:
+	tar cvf - `cut -f1 <MANIFEST` | compress >flp.tar.Z
+
+FORCE:
diff -u -N flpr-2.4-0/config.h BUILD/config.h
--- flpr-2.4-0/config.h	Wed Dec 31 18:00:00 1969
+++ BUILD/config.h	Tue May 25 13:22:58 1999
@@ -0,0 +1,30 @@
+/* Copyright 1990 University Research Associates, Inc. All rights reserved. */
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <netdb.h>
+#undef EUNICE
+#undef BSD
+#define USG
+#undef V7
+#undef XENIX
+#undef VENIX
+#define PASSNAMES
+#define BERKNAMES
+#undef USGNAMES
+#define UNAME
+#define UNAME_CALL
+#define GETHOSTNAME_CALL
+#define HOSTIP
+
+static char machinename[] = "purpc03.fnal.gov";
+static char organization[] = "Fermi National Accelerator Laboratory";
+static char machine[] = "purpc03";
+static char domain[] = ".fnal.gov";
+static char prthost[] = "fnprt.fnal.gov";
+static char prtque[] = "sys$print";
+static char defaults[] = "/usr/local/etc/flp.defaults,/usr/local/etc/flp.printers";
+static char sendname[] = "flpr";
+static char queryname[] = "flpq";
+static char killname[] = "flpk";
+static char support[128] = "The help desk is at x2345 or, by e-mail, at helpdesk@fnal.gov.";
diff -u -N flpr-2.4-0/config.sh BUILD/config.sh
--- flpr-2.4-0/config.sh	Wed Dec 31 18:00:00 1969
+++ BUILD/config.sh	Tue May 25 13:22:55 1999
@@ -0,0 +1,84 @@
+#!/bin/sh
+# config.sh
+# This file was produced by running the Configure script.
+
+d_eunice='undef'
+d_bsd='undef'
+d_usg='define'
+d_v7='undef'
+d_xenix='undef'
+d_venix='undef'
+hostmethod='UNAME'
+eunicefix=':'
+define='define'
+loclist='
+expr
+sed
+echo
+cat
+rm
+grep
+'
+expr='/usr/bin/expr'
+sed='/bin/sed'
+echo='/bin/echo'
+cat='/bin/cat'
+rm='/bin/rm'
+mv=''
+cp=''
+tail=''
+tr=''
+mkdir=''
+sort=''
+uniq=''
+grep='/bin/grep'
+trylist='
+test
+vi
+'
+test='test'
+inews=''
+egrep=''
+more=''
+pg=''
+Mcc=''
+vi='/bin/vi'
+mailx=''
+mail=''
+cpp=''
+Log='$Log'
+Header='$Header'
+bin='/usr/local/bin'
+contains='grep'
+# defeditor=''
+hostname='purpc03'
+phostname='uname -n'
+mydomain='.fnal.gov'
+libc='/usr/lib/libc.a'
+mansrc='/usr/local/man/man1'
+manfmt='/usr/local/catman/cat1'
+manext='1'
+n='-n'
+c=''
+nametype='bsd'
+d_passnames='define'
+d_berknames='define'
+d_usgnames='undef'
+d_uname='define'
+d_gethostname='define'
+# passcat=''
+# yp=''
+orgname='Fermi National Accelerator Laboratory'
+grp='sys'
+package='flp'
+spitshell='cat'
+shsharp='true'
+sharpbang='#!'
+startsh='#!/bin/sh'
+prthost='fnprt.fnal.gov'
+prtque='sys$print'
+prtdflts='/usr/local/etc/flp.defaults,/usr/local/etc/flp.printers'
+ccopt=''
+HELP='The help desk is at x2345 or, by e-mail, at helpdesk@fnal.gov.'
+d_HOSTIP='define'
+CONFIG=true
diff -u -N flpr-2.4-0/mkplace.sh BUILD/mkplace.sh
--- flpr-2.4-0/mkplace.sh	Wed Dec 31 18:00:00 1969
+++ BUILD/mkplace.sh	Tue May 25 13:22:58 1999
@@ -0,0 +1,19 @@
+#!/bin/sh
+# Copyright 1990 University Research Assoc., Inc. All rights reserved.
+dirpath=""
+for dir in `echo $1 | tr '/' ' '`
+do
+dirpath=$dirpath/$dir
+if test ! -d $dirpath
+then
+  if mkdir $dirpath
+  then
+    chmod 755 $dirpath
+    chgrp sys $dirpath
+    chown root $dirpath
+  else
+    exit 1
+  fi
+fi
+done
+exit 0
