V10/games/mille/make.out

cc -O -DSTANDOUT -c comp.c
cc -O -DSTANDOUT -c end.c
cc -O -DSTANDOUT -c extern.c
cc -O -DSTANDOUT -c init.c
cc -O -DSTANDOUT -c mille.c
cc -O -DSTANDOUT -c misc.c
cc -O -DSTANDOUT -c move.c
cc -O -DSTANDOUT -c print.c
cc -O -DSTANDOUT -c roll.c
cc -O -DSTANDOUT -c save.c
cc -O -DSTANDOUT -c types.c
cc -O -DSTANDOUT -c varpush.c
cc -O -DSTANDOUT -o mille comp.o end.o extern.o init.o mille.o misc.o move.o print.o  roll.o save.o types.o varpush.o -lcurses -ltermlib
install mille /usr/games/mille
414r 81.3u 36.8s 74ts 105ds 308mxs 318+1786f 0sw 759+555io make