File:  [CSRG BSD Unix] / 42BSD / usr.bin / 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, BSD42
BSD 4.2

#	Makefile	4.2	83/06/30
#
CFLAGS=	-O
DESTDIR=
ALL=	enroll xsend xget

all:	${ALL}

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
	for i in ${ALL}; do install -s $$i ${DESTDIR}/usr/bin; done

clean:
	rm -f *.o yacc.* y.tab.c ${ALL}

unix.superglobalmegacorp.com

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