nowsys rules

This commit is contained in:
rsc 2006-01-27 04:04:56 +00:00
parent 326a461d0e
commit fc65e388ec
2 changed files with 7 additions and 1 deletions

View file

@ -25,7 +25,7 @@ TARG=rio
L64=`[ -d $X11/lib64 ] && echo 64; echo`
LDFLAGS=-L$X11/lib$L64/ -lXext -lX11
<$PLAN9/src/mkone
<|sh mkriorules.sh
CFLAGS=$CFLAGS -DSHAPE

View file

@ -0,0 +1,6 @@
if [ "x$WSYSTYPE" = xnowsys ]; then
echo 'all install clean nuke:Q:'
echo ' #'
exit 0
fi
cat $PLAN9/src/mkone