summaryrefslogtreecommitdiffstats
path: root/src/cmd/sam/Makefile
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/sam/Makefile
parent93fb47050c80d20d668035c7d1b89d610c1aa7d8 (diff)
downloadplan9port-90026180d1d5fe141ced5b83028a257746a24687.tar.gz
plan9port-90026180d1d5fe141ced5b83028a257746a24687.zip
Use new directory structure.
Diffstat (limited to 'src/cmd/sam/Makefile')
-rw-r--r--src/cmd/sam/Makefile6
1 files changed, 3 insertions, 3 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