applied another patch from olegfink, thx, re-enabled du in build chain

This commit is contained in:
Anselm R Garbe
2009-08-10 15:08:41 +01:00
parent 56196e76fd
commit c0a69251c8
2 changed files with 4 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
# 9base - awk basename cal cat cleanname echo grep rc sed seq sleep
# 9base - awk basename cal cat cleanname du echo grep rc sed seq sleep
# hoc sort tee test touch tr uniq from Plan 9
include config.mk
SUBDIRS = lib9 yacc awk basename bc dc cal cat cleanname date echo grep ls \
SUBDIRS = lib9 yacc awk basename bc dc du cal cat cleanname date echo grep ls \
hoc rc read sed seq sleep sort tee test touch tr uniq
all:

4
std.mk
View File

@@ -1,7 +1,7 @@
# std.mk - included by most Makefiles in subdirs
OFILES = ${TARG}.o
MANFILES = ${TARG}.1
OFILES ?= ${TARG}.o
MANFILES ?= ${TARG}.1
include ../config.mk