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/cmd/sam | |
parent | 93fb47050c80d20d668035c7d1b89d610c1aa7d8 (diff) | |
download | plan9port-90026180d1d5fe141ced5b83028a257746a24687.tar.gz plan9port-90026180d1d5fe141ced5b83028a257746a24687.tar.bz2 plan9port-90026180d1d5fe141ced5b83028a257746a24687.zip |
Use new directory structure.
Diffstat (limited to 'src/cmd/sam')
-rw-r--r-- | src/cmd/sam/Makefile | 6 | ||||
-rw-r--r-- | src/cmd/sam/unix.c | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/cmd/sam/Makefile b/src/cmd/sam/Makefile index bf2917dc..cb552352 100644 --- a/src/cmd/sam/Makefile +++ b/src/cmd/sam/Makefile @@ -1,5 +1,5 @@ -9SRC=.. -include $(9SRC)/Makehdr +PLAN9=../../.. +include $(PLAN9)/src/Makehdr TARG=sam OFILES=sam.$O\ @@ -30,5 +30,5 @@ HFILES=sam.h\ LDFLAGS+=-l9 -lfmt -lutf -include $(9SRC)/Makeone +include $(PLAN9)/src/Makeone diff --git a/src/cmd/sam/unix.c b/src/cmd/sam/unix.c index 84926f4a..3846359e 100644 --- a/src/cmd/sam/unix.c +++ b/src/cmd/sam/unix.c @@ -21,7 +21,7 @@ static Rune r3[] = {'\'', '"', '`', 0}; Rune *right[]= { r1, r2, r3, 0}; #ifndef SAMTERMNAME -#define SAMTERMNAME "/usr/local/bin/samterm" +#define SAMTERMNAME "/usr/local/plan9/bin/samterm" #endif #ifndef TMPDIRNAME #define TMPDIRNAME "/tmp" @@ -39,7 +39,7 @@ Rune *right[]= { r1, r2, r3, 0}; #define RXPATHNAME "/usr/local/bin/ssh" #endif #ifndef SAMSAVECMDNAME -#define SAMSAVECMDNAME "/bin/rc\n/usr/local/bin/samsave" +#define SAMSAVECMDNAME "/bin/sh\n/usr/local/plan9/bin/samsave" #endif char RSAM[] = "sam"; |