continue x86-64

This commit is contained in:
rsc 2005-01-19 04:05:19 +00:00
parent 6135dd6916
commit 6987199d12
3 changed files with 10 additions and 1 deletions

View file

@ -15,7 +15,8 @@ HFILES=dat.h fns.h
TARG=rio
LDFLAGS=-L$X11/lib -lXext -lX11
# should only use lib64 on x86-64, but it should not hurt elsewhere
LDFLAGS=-L$X11/lib64 -L$X11/lib -lXext -lX11
<$PLAN9/src/mkone

4
src/libmp/x86_64/mkfile Normal file
View file

@ -0,0 +1,4 @@
all:
%:V:
# nothing to see here

4
src/libsec/x86_64/mkfile Normal file
View file

@ -0,0 +1,4 @@
all:
%:V:
# nothing to see here