|
|
1.1 root 1: # Makefile 4.2 83/08/23
2: #
3: # Bug report processor and associated programs
4: #
5:
6: CFLAGS = -O -DUNIXCOMP
7: LIBDIR= /usr/lib
8: DESTDIR=
9:
10: bugfiler: bugfiler.c
11: ${CC} ${CFLAGS} -o bugfiler bugfiler.c
12:
13: install: bugfiler sendbug.sh bugformat
14: install -s bugfiler ${DESTDIR}${LIBDIR}/bugfiler
15: install -c sendbug.sh ${DESTDIR}/usr/ucb/sendbug
16: install -c -m 644 bugformat ${DESTDIR}/usr/ucb/bugformat
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.