|
|
1.1.1.2 ! root 1: # Makefile 4.1 83/07/01 1.1 root 2: # 1.1.1.2 ! root 3: ! 4: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR} ! 5: CFLAGS=-O ! 6: DESTDIR= ! 7: ! 8: rwhod: rwhod.o ! 9: ${CC} -o rwhod rwhod.o ! 10: ! 11: install: rwhod ! 12: install -s rwhod ${DESTDIR}/etc/rwhod ! 13: -mkdir ${DESTDIR}/usr/spool/rwho ! 14: ! 15: clean: ! 16: rm -f rwhod rwhod.o a.out core errs ! 17: ! 18: cleansrc: ! 19: rm -f Makefile *.[ch]
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.