From 0881de706e479877ef68e0b859eb0d2594695e8e Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Wed, 5 Jan 2000 09:34:26 +0000 Subject: The latest and greatest. init basically works, though needs a minor inittab design change to accomodate specifying the device to run each process on. -Erik --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4215b29..73aa2fc 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,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=false # If you want a static binary, turn this on. I can't think # of many situations where anybody would ever want it static, # but... -- cgit v1.1