File:  [CSRG BSD Unix] / 43BSDReno / old / uudiff / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:57 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43reno
BSD 4.3reno

#	@(#)Makefile	4.1	(Berkeley)	1/1/83
#
CFLAGS=-O

uudiff: lenrem locpart printable run1 trim

lenrem: lenrem.c
	cc $(CFLAGS) lenrem.c -o lenrem
locpart: locpart.c
	cc $(CFLAGS) locpart.c -o locpart
printable: printable.c
	cc $(CFLAGS) printable.c -o printable
run1: run1.c
	cc $(CFLAGS) run1.c -o run1
trim: trim.c
	cc $(CFLAGS) trim.c -o trim

install:
	: stuff lives here!

clean:
	rm -f *.o lenrem locpart printable run1 trim

unix.superglobalmegacorp.com

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