checkpoint

This commit is contained in:
albert
2002-12-21 06:22:00 +00:00
parent b8c8125f63
commit 1158fdd1b1
7 changed files with 40 additions and 31 deletions

View File

@@ -11,7 +11,7 @@ DIRS += ps/
# a file to create
ALL += ps/ps
PS_C := display escape global help output parser select sortformat
PS_C := display global help output parser select sortformat
PSNAMES := $(addprefix ps/,$(PS_C))
PSOBJ := $(addsuffix .o,$(PSNAMES))
PSSRC := $(addsuffix .c,$(PSNAMES))