|
|
1.1 ! root 1: DESTDIR= /bin386/usr/bin/ ! 2: PROG= more ! 3: HELP= more.help ! 4: CFLAGS= -I../regexp -O ! 5: #LIBS= ../regexp/regexp.o -lterm ! 6: LIBS= -ltermcap -lmisc ! 7: ! 8: $(PROG): $(PROG).o ! 9: cc -o $(DESTDIR)$(PROG) $(PROG).o $(LIBS) ! 10: su root strip $(DESTDIR)$(PROG) ! 11: su root chown bin $(DESTDIR)$(PROG) ! 12: su root chgrp bin $(DESTDIR)$(PROG) ! 13: su root chmod 511 $(DESTDIR)$(PROG) ! 14: su root co /newbits/usr/bin/more/$(HELP) ; mv $(HELP) /interim/usr/lib/ ! 15: su root chown bin /interim/usr/lib/$(HELP) ! 16: su root chgrp bin /interim/usr/lib/$(HELP) ! 17: su root chmod 444 /interim/usr/lib/$(HELP) ! 18: ! 19: $(PROG).o: more.c pathnames.h ! 20: cc -c $(CFLAGS) more.c ! 21:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.