File:  [MW Coherent from dump] / coherent / g / usr / lib / uucp / tay104 / contrib / Makefile.uurt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:35 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

#
# Makefile for uurate 1.0
#

# Where uurate is installed
BIN=/usr/local/bin

# Flags to use when compiling uurate
CFLAGS=-I..

CC=cc
SHELL=/bin/sh
PROGS=uurate

#-----------

all: $(PROGS)

install: $(PROGS)
	@for i in $(PROGS) ; do \
		echo "Install $$i into $(BIN)..." ; \
		cp $$i $(BIN) ; \
		echo "Set ownership and protection..." ; \
		/bin/chmod 0555 $(BIN)/$$i ; \
		/bin/chown bin $(BIN)/$$i ; \
		/bin/chgrp bin $(BIN)/$$i ; \
	done

clean:
	rm -f $(PROGS) core

unix.superglobalmegacorp.com

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