aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/samterm
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-10-11 03:58:46 +0000
committerrsc <devnull@localhost>2003-10-11 03:58:46 +0000
commit90026180d1d5fe141ced5b83028a257746a24687 (patch)
tree217c8ff845ddd40483f1046942d3c0e30369ac40 /src/cmd/samterm
parent93fb47050c80d20d668035c7d1b89d610c1aa7d8 (diff)
downloadplan9port-90026180d1d5fe141ced5b83028a257746a24687.tar.gz
plan9port-90026180d1d5fe141ced5b83028a257746a24687.tar.bz2
plan9port-90026180d1d5fe141ced5b83028a257746a24687.zip
Use new directory structure.
Diffstat (limited to 'src/cmd/samterm')
-rw-r--r--src/cmd/samterm/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/cmd/samterm/Makefile b/src/cmd/samterm/Makefile
index 5bf1d97b..73256599 100644
--- a/src/cmd/samterm/Makefile
+++ b/src/cmd/samterm/Makefile
@@ -1,5 +1,5 @@
-9SRC=..
-include $(9SRC)/Makehdr
+PLAN9=../../..
+include $(PLAN9)/src/Makehdr
TARG=samterm
OFILES=\
@@ -18,12 +18,12 @@ HFILES=\
flayer.h\
../sam/sam.h\
../sam/mesg.h\
- $(9SRC)/include/frame.h\
- $(9SRC)/include/draw.h\
+ $(PLAN9)/include/frame.h\
+ $(PLAN9)/include/draw.h\
CFLAGS+=-I../sam
LDFLAGS+=-lframe -ldraw -lthread -l9 -lregexp9 -lbio -lfmt -lutf -L$(X11)/lib -lX11 -lm
-samterm: $(9SRC)/lib/libdraw.a
+samterm: $(PLAN9)/lib/libdraw.a
-include ../Makeone
+include $(PLAN9)/src/Makeone