|
|
1.1 root 1: # @(#)Makefile 4.5 6/12/83
2: ALL= implog implogd
3: DESTDIR=
4: CFLAGS=-O
5:
6: all: ${ALL}
7:
8: implog: implog.o
9: ${CC} implog.o -o implog
10:
11: implogd: implogd.o
12: ${CC} implogd.o -o implogd
13:
14: clean:
15: rm -f ${ALL} *.o *.s errs core a.out t.?
16:
17: install: ${ALL}
18: install implog ${DESTDIR}/etc
19: install implogd ${DESTDIR}/etc
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.