|
|
1.1 ! root 1: # @(#)Makefile 4.2 (Berkeley) 10/22/82 ! 2: # ! 3: DESTDIR= ! 4: CFLAGS= -O ! 5: OBJS= indent.o io.o lexi.o parse.o pr_comment.o ! 6: ! 7: indent: indent.o io.o lexi.o parse.o pr_comment.o ! 8: cc -o indent ${OBJS} ! 9: ! 10: clean: ! 11: rm -f ${OBJS} indent ! 12: ! 13: install: ! 14: install -s indent ${DESTDIR}/usr/ucb/indent
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.