|
|
1.1 ! root 1: # ! 2: # Copyright (c) 1983 Regents of the University of California. ! 3: # All rights reserved. The Berkeley software License Agreement ! 4: # specifies the terms and conditions for redistribution. ! 5: # ! 6: # @(#)Makefile 5.6 (Berkeley) 4/24/86 ! 7: # ! 8: # Bug report processor and associated programs ! 9: # ! 10: ! 11: BUGS_NAME = 4bsd-bugs ! 12: BUGS_HOME = @ucbvax.BERKELEY.EDU ! 13: DEFS = -DBUGS_NAME='"$(BUGS_NAME)"' -DBUGS_HOME='"$(BUGS_HOME)"' ! 14: CFLAGS = -O -DUNIXCOMP $(DEFS) ! 15: LIBDIR= /usr/lib ! 16: DESTDIR= ! 17: ! 18: all: bugfiler unixtomh ! 19: ! 20: bugfiler: bugfiler.c ! 21: ${CC} ${CFLAGS} -DUNIXTOMH='"${LIBDIR}/unixtomh"' -o bugfiler bugfiler.c ! 22: ! 23: unixtomh: unixtomh.c ! 24: ${CC} ${CFLAGS} -o unixtomh unixtomh.c ! 25: ! 26: install: bugfiler sendbug.sh bugformat unixtomh ! 27: install -s bugfiler ${DESTDIR}${LIBDIR}/bugfiler ! 28: install -c sendbug.sh ${DESTDIR}/usr/ucb/sendbug ! 29: install -s unixtomh ${DESTDIR}${LIBDIR}/unixtomh ! 30: install -c -m 644 bugformat ${DESTDIR}/usr/lib/bugformat ! 31: ! 32: clean: ! 33: rm -f *.o bugfiler unixtomh
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.