File:  [MW Coherent from dump] / coherent / d / bin / grep / 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

# /usr/src/cmd/grep/Makefile 2/20/91
DESTDIR=/bin386/bin/
OBJ=\
	grep1.o\
	grep2.o

grep:	$(OBJ)
	$(CC) $(LDFLAGS) -o $(DESTDIR)$* $(OBJ)
	su root chown bin $(DESTDIR)$@
	su root chgrp bin $(DESTDIR)$@
	su root chmod 511 $(DESTDIR)$@

grep1.o: grep.h grep1.c
grep2.o: grep.h grep2.c

clean:
	rm $(OBJ)

# end of /usr/src/cmd/grep/Makefile

unix.superglobalmegacorp.com

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