diff options
| author | rsc <devnull@localhost> | 2003-10-11 03:58:46 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2003-10-11 03:58:46 +0000 |
| commit | 90026180d1d5fe141ced5b83028a257746a24687 (patch) | |
| tree | 217c8ff845ddd40483f1046942d3c0e30369ac40 /src/Makefile | |
| parent | 93fb47050c80d20d668035c7d1b89d610c1aa7d8 (diff) | |
| download | plan9port-90026180d1d5fe141ced5b83028a257746a24687.tar.gz plan9port-90026180d1d5fe141ced5b83028a257746a24687.zip | |
Use new directory structure.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index 19326a0d..6943b442 100644 --- a/src/Makefile +++ b/src/Makefile @@ -9,9 +9,9 @@ LIBS=\ libutf\ CMDS=\ - mk\ - sam\ - samterm\ + cmd/mk\ + cmd/sam\ + cmd/samterm\ all clean install nuke: for i in $(LIBS) $(CMDS); \ |
