|
|
1.1 root 1: CFLAGS = -Od2
2:
3: mkdir: mkdir.o
4: cc -o mkdir mkdir.o
5:
6: install: mkdir
7: strip mkdir
8: mv mkdir /bin
9: chown root /bin/mkdir
10: chmod og-w /bin/mkdir
11: chmod u+s /bin/mkdir
12:
13: clean:
14: rm -f mkdir *.o
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.