aboutsummaryrefslogtreecommitdiff
path: root/src/libframe
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/libframe
parent93fb47050c80d20d668035c7d1b89d610c1aa7d8 (diff)
downloadplan9port-90026180d1d5fe141ced5b83028a257746a24687.tar.gz
plan9port-90026180d1d5fe141ced5b83028a257746a24687.tar.bz2
plan9port-90026180d1d5fe141ced5b83028a257746a24687.zip
Use new directory structure.
Diffstat (limited to 'src/libframe')
-rw-r--r--src/libframe/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libframe/Makefile b/src/libframe/Makefile
index 979e4eb1..3e981035 100644
--- a/src/libframe/Makefile
+++ b/src/libframe/Makefile
@@ -1,5 +1,5 @@
-9SRC=..
-include $(9SRC)/Makehdr
+PLAN9=../..
+include $(PLAN9)/src/Makehdr
LIB=libframe.a
@@ -15,8 +15,8 @@ OFILES=\
frutil.$O\
HFILES=\
- $(9SRC)/include/frame.h\
- $(9SRC)/include/draw.h\
+ $(PLAN9)/include/frame.h\
+ $(PLAN9)/include/draw.h\
-include $(9SRC)/Makesyslib
+include $(PLAN9)/src/Makesyslib