|
|
1.1 ! root 1: # /usr/src/cmd/test/Makefile 2/20/91 ! 2: DESTDIR=/interim/bin/ ! 3: DESTDIR386=/bin386/bin/ ! 4: ! 5: test386: test.o ! 6: cc -O -i -o $(DESTDIR386)test $< -ly ! 7: su root chown bin $(DESTDIR386)test ! 8: su root chown bin $(DESTDIR386)test ! 9: su root chmod 511 $(DESTDIR386)test ! 10: su root ln -f $(DESTDIR386)test $(DESTDIR386)[ ! 11: test: test.o ! 12: cc -O -i -o $(DESTDIR)$@ $< -ly ! 13: su root chown bin $(DESTDIR)test ! 14: su root chown bin $(DESTDIR)test ! 15: su root chmod 511 $(DESTDIR)test ! 16: su root ln -f $(DESTDIR)test $(DESTDIR)[ ! 17: test.o: test.y testnode.h ! 18: ! 19: # end of /usr/src/cmd/test/Makefile
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.