aboutsummaryrefslogtreecommitdiff
path: root/src/libframe
diff options
context:
space:
mode:
Diffstat (limited to 'src/libframe')
-rw-r--r--src/libframe/mkfile (renamed from src/libframe/Makefile)8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libframe/Makefile b/src/libframe/mkfile
index 3e981035..7ca23013 100644
--- a/src/libframe/Makefile
+++ b/src/libframe/mkfile
@@ -1,5 +1,5 @@
PLAN9=../..
-include $(PLAN9)/src/Makehdr
+<$PLAN9/src/mkhdr
LIB=libframe.a
@@ -15,8 +15,8 @@ OFILES=\
frutil.$O\
HFILES=\
- $(PLAN9)/include/frame.h\
- $(PLAN9)/include/draw.h\
+ $PLAN9/include/frame.h\
+ $PLAN9/include/draw.h\
-include $(PLAN9)/src/Makesyslib
+<$PLAN9/src/mksyslib