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