Use new directory structure.

This commit is contained in:
rsc 2003-10-11 03:58:46 +00:00
parent 93fb47050c
commit 90026180d1
17 changed files with 78 additions and 76 deletions

View file

@ -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

View file

@ -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";