prepared 9base-2 - 9base - revived minimalist port of Plan 9 userland to Unix | |
git clone git://git.suckless.org/9base | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 47503caffc3e64dc14f358068326c4e1b1e818b8 | |
parent fbd05cbd195a12683bcc05dfb6d54955c18fef19 | |
Author: Anselm R. Garbe <[email protected]> | |
Date: Wed, 25 Jan 2006 16:20:21 +0200 | |
prepared 9base-2 | |
Diffstat: | |
M config.mk | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/config.mk b/config.mk | |
@@ -4,7 +4,7 @@ | |
PREFIX = /usr/local/9 | |
MANPREFIX = ${PREFIX}/share/man | |
-VERSION = 20060123 | |
+VERSION = 2 | |
# Linux/BSD | |
CFLAGS = -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -D… |