File:  [CSRG BSD Unix] / 3BSD / cmd / uudiff / 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, CSRG
CVS tags: HEAD, BSD3
BSD 3.0

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

unix.superglobalmegacorp.com

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