9base

revived minimalist port of Plan 9 userland to Unix
git clone git://git.suckless.org/9base
Log | Files | Refs | README | LICENSE

commit 83bc57946a86e2e6bc7b25b73cb8052c16a70880
parent 82142399555e85ee46bac35f1b39fbca813a15cb
Author: garbeam@localhost <unknown>
Date:   Tue, 10 Jan 2006 18:36:27 +0200

prepared snap

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -5,7 +5,7 @@ PREFIX = /usr/local/9 MANPREFIX = ${PREFIX}/share/man # flags -VERSION = 1 +VERSION = 20060110 CFLAGS = -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -DPREFIX="\"${PREFIX}\"" LDFLAGS = -static