|
|
1.1 root 1: #
2: # @(#)Makefile 1.4 (Berkeley) 83/06/30
3: #
4: DESTDIR=
5: SRCS= dc.c dc.h
6: CFLAGS= -O
7:
8: all: dc
9:
10: dc: dc.c dc.h
11: ${CC} ${CFLAGS} dc.c -o dc
12:
13: install: dc
14: install -s dc ${DESTDIR}/usr/bin/dc
15:
16: clean:
17: rm -f *.o dc a.out errs core
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.