mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
15 lines
326 B
Makefile
15 lines
326 B
Makefile
PLAN9=../..
|
|
<$PLAN9/src/mkhdr
|
|
|
|
TARG=`ls *.c | sed 's/\.c//'`
|
|
LDFLAGS=$LDFLAGS
|
|
SHORTLIB=sec fs mux regexp9 thread bio 9
|
|
|
|
<$PLAN9/src/mkmany
|
|
|
|
BUGGERED='CVS|faces|factotum|oplumb|plumb2|mk|vac|9term|upas|venti|htmlfmt'
|
|
DIRS=`ls -l |sed -n 's/^d.* //p' |egrep -v "^($BUGGERED)$"`
|
|
|
|
<$PLAN9/src/mkdirs
|
|
|
|
dir-install: $PLAN9/bin/yacc
|