File:  [MW Coherent from dump] / coherent / d / bin / ed / 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/ed/Makefile 2/20/91

# for i8086 LDFLAGS = -i -n
CFLAGS=-O
DESTDIR= /bin386/bin/
LDFLAGS=-i -n

OBJ=ed0.o ed1.o ed2.o ed3.o

ed: $(OBJ)
	cc $(LDFLAGS) -o $(DESTDIR)$@ $(OBJ)
	su root chown bin $(DESTDIR)$@
	su root chgrp bin $(DESTDIR)$@
	su root chmod 511 $(DESTDIR)$@

ed0.o:	ed.h ed0.c
ed1.o:	ed.h ed1.c
ed2.o:	ed.h ed2.c
ed3.o:	ed.h ed3.c

clean:
	rm $(OBJ)

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

unix.superglobalmegacorp.com

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