: make sure that all of the .h files in ntr are current and then run build
: to recompile and install all of the rje programs in the proper places
: you must be super user to do this since most of the programs run setuid root.
cd ntr
mak.ntr
cd ../aux
mak.send
mak.keyin
mak.getjob

cc -O rmjob.c
chown root a.out
chmod 4755 a.out
rm -f /rje/bin/rmjob /usr/bin/rmjob
mv a.out /rje/bin/rmjob
ln /rje/bin/rmjob /usr/bin/rmjob

cc -O uprint.c
chmod 755 a.out
mv a.out /usr/bin/uprint

cc -O detab.c
chmod 755 a.out
mv a.out /usr/bin/detab

cc -O rjestat.c
chmod 755 a.out
rm -f /rje/bin/rjestat /usr/bin/rjestat
mv a.out /rje/bin/rjestat
ln /rje/bin/rjestat /usr/bin/rjestat
