Mercurial > hg > Members > kono > nitros9-code
comparison level1/sys/makefile @ 1129:c847e6ee341d
Removed CHMODs now that os9 attrs are in place
author | boisy |
---|---|
date | Mon, 14 Apr 2003 02:58:44 +0000 |
parents | 958c6b6bdb8f |
children | e0f3e3135af5 |
comparison
equal
deleted
inserted
replaced
1128:be44f1d43a07 | 1129:c847e6ee341d |
---|---|
15 tuneport.hp unlink.hp verify.hp xmode.hp | 15 tuneport.hp unlink.hp verify.hp xmode.hp |
16 HELPMSG = helpmsg | 16 HELPMSG = helpmsg |
17 ALLOBJS = $(SYSFILES) $(HELPMSG) | 17 ALLOBJS = $(SYSFILES) $(HELPMSG) |
18 | 18 |
19 all: $(ALLOBJS) | 19 all: $(ALLOBJS) |
20 $(CHMOD) 644 $(ALLOBJS) | |
21 | 20 |
22 helpmsg: $(HELPFILES) | 21 helpmsg: $(HELPFILES) |
23 $(MERGE) $(HELPFILES) > $@ | 22 $(MERGE) $(HELPFILES) > $@ |
24 | 23 |
25 clean: | 24 clean: |