File:  [MW Coherent from dump] / coherent / d / bin / uucheck / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:39 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

# Makefile for checkperms, permissions checking interpreter
# part of uucheck the uucp sanity checker.
#
# Destination directory for installing executable files
DESTDIR=/interim/bin/
BIN=./install/bin/
# Destination directory for installing data files
# BTW if LIB= anything other than /usr/lib/uucheck/, you will have to edit
# uucheck by hand.
LIB=./install/usr/lib/uucheck/

SUBPROGS=uucheck checkperms/checkperms uucheckname/uucheckname uuchecklock/uuchecklock
#
uucheck:	$(SUBPROGS)
	cp uucheck $(DESTDIR)$@
	su root chmog 511 bin bin $(DESTDIR)$@

checkperms/checkperms:
	(cd checkperms; make)

uucheckname/uucheckname:
	(cd uucheckname; make)

uuchecklock/uuchecklock:
	(cd uuchecklock; make)

install: uucheck
	(cd checkperms; make install)
	(cd uucheckname; make install)
	(cd uuchecklock; make install)
	cp -d uucheck $(BIN)
	chown bin $(BIN)/uucheck
	chgrp bin $(BIN)/uucheck

clean:
	(cd checkperms; make clean)
	(cd uucheckname; make clean)
	(cd uuchecklock; make clean)
	rm -f *.o core

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.