Made ps work. Fixed some stuff.

This commit is contained in:
Eric Andersen
1999-10-20 19:18:15 +00:00
parent ef8b6c757d
commit d23f9ba0f6
9 changed files with 309 additions and 114 deletions

View File

@@ -5,7 +5,7 @@ BUILDTIME=$(shell date "+%Y%m%d-%H%M")
# Comment out the following to make a debuggable build
# Leave this off for production use.
DODEBUG=true
#DODEBUG=true
#This will choke on a non-debian system
ARCH=`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'`