Introduction
Introduction Statistics Contact Development Disclaimer Help
disabled two programs - 9base - revived minimalist port of Plan 9 userland to U…
git clone git://git.suckless.org/9base
Log
Files
Refs
README
LICENSE
---
commit 291717bfdcda5bf5c12c037d7c4bbcc79e12bb94
parent 6d511bc7ba2f3e6ded8e7429776c6df29ed82300
Author: [email protected] <unknown>
Date: Mon, 22 Mar 2010 08:27:23 +0000
disabled two programs
Diffstat:
M Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/Makefile b/Makefile
@@ -3,8 +3,10 @@
include config.mk
SUBDIRS = lib9 yacc awk basename bc cal cat cleanname date dc du echo \
- factor fortunes freq getflags grep hoc ls mk mkdir mtime \
- primes rc read sed seq sleep sort tee test touch tr troff uniq
+ fortune freq getflags grep hoc ls mk mkdir mtime \
+ rc read sed seq sleep sort tee test touch tr troff uniq
+
+# factor primes
all:
@echo 9base build options:
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.