|
|
1.1 ! root 1: CFLAGS = -Od2 ! 2: DEST = /etc/cron ! 3: ! 4: cron: cron.o ! 5: cc -o cron cron.o ! 6: ! 7: install: cron ! 8: strip cron ! 9: mv cron $(DEST) ! 10: chown root $(DEST) ! 11: chmod og-x $(DEST) ! 12: ! 13: clean: ! 14: rm -f cron *.o
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.