|
|
1.1 ! root 1: # ! 2: # @(#)Makefile 1.1 (Sun) 2/3/86 16:23:29 ! 3: # ! 4: CC = newcc ! 5: CFLAGS = -O -Dsun3 ! 6: OBJS = ld.o incl.o ! 7: PROGRAM = ld ! 8: ! 9: ${PROGRAM}: ${OBJS} ! 10: ${CC} -o ${PROGRAM} ${OBJS} ! 11: ! 12: install: ${PROGRAM} ! 13: install -s ${PROGRAM} ${DESTDIR}/bin/${PROGRAM} ! 14: ! 15: clean: ! 16: rm -f ${OBJS} ! 17: ! 18:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.