File:  [CSRG BSD Unix] / 41BSD / cmd / xsend / makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:53 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD41
BSD 4.1

CFLAGS = -O -d2

all:	enroll xsend xget

enroll:	enroll.o lib.o
	cc enroll.o lib.o -lmp -o enroll
xget:	xget.o lib.o
	cc xget.o lib.o -lmp -o xget
xsend:	xsend.o lib.o
	cc xsend.o lib.o -lmp -o xsend
enroll.o xget.o xsend.o lib.o:	xmail.h

list:
	@pr -2 -w124 m.h xmail.h enroll.c xsend.c xget.c lib.c makefile

install: enroll xsend xget
	install -s enroll $(DESTDIR)/usr/bin
	install -s xsend $(DESTDIR)/usr/bin
	install -s xget $(DESTDIR)/usr/bin

clean:
	rm -f *.o yacc.* y.tab.c

unix.superglobalmegacorp.com

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