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=mk
@ -31,7 +31,7 @@ HFILES=\
mk.h\
fns.h\
LDFLAGS+=-lregexp9 -lbio -lfmt -lutf
LDFLAGS+=-lregexp9 -lbio -l9 -lfmt -lutf
include $(9SRC)/Makeone
include $(PLAN9)/src/Makeone