source:
branches/minix3-book/include/Makefile@
4
Last change on this file since 4 was 4, checked in by , 14 years ago | |
---|---|
File size: 140 bytes |
Rev | Line | |
---|---|---|
[4] | 1 | |
2 | INC=/usr/include | |
3 | ||
4 | all:: | |
5 | ||
6 | clean:: | |
7 | ||
8 | install:: | |
9 | -rm -rf $(INC) | |
10 | mkdir -p $(INC) | |
11 | cpdir . $(INC) | |
12 | @chown -R bin $(INC) | |
13 | @rm -f $(INC)/Makefile |
Note:
See TracBrowser
for help on using the repository browser.