aboutsummaryrefslogtreecommitdiff
path: root/unix/make
diff options
context:
space:
mode:
Diffstat (limited to 'unix/make')
-rw-r--r--unix/make/Makefile.CMD3
-rw-r--r--unix/make/Makefile.bio2
-rw-r--r--unix/make/Makefile.mk2
3 files changed, 6 insertions, 1 deletions
diff --git a/unix/make/Makefile.CMD b/unix/make/Makefile.CMD
index 04cd1601..6a1e9014 100644
--- a/unix/make/Makefile.CMD
+++ b/unix/make/Makefile.CMD
@@ -3,3 +3,6 @@ $(TARG): $(OFILES)
$(CC) -o $(TARG) $(OFILES) -L$(PREFIX)/lib -L../libutf -L../libfmt -L../libbio -L../libregexp -lregexp9 -lbio -lfmt -lutf
+clean:
+ rm -f $(OFILES) $(TARG)
+
diff --git a/unix/make/Makefile.bio b/unix/make/Makefile.bio
index c27b7417..295e3512 100644
--- a/unix/make/Makefile.bio
+++ b/unix/make/Makefile.bio
@@ -7,13 +7,13 @@ OFILES=\
bbuffered.$O\
bfildes.$O\
bflush.$O\
- bfmt.$O\
bgetc.$O\
bgetd.$O\
bgetrune.$O\
binit.$O\
boffset.$O\
bprint.$O\
+ bvprint.$O\
bputc.$O\
bputrune.$O\
brdline.$O\
diff --git a/unix/make/Makefile.mk b/unix/make/Makefile.mk
index f840b18e..2a06164d 100644
--- a/unix/make/Makefile.mk
+++ b/unix/make/Makefile.mk
@@ -17,9 +17,11 @@ OFILES=\
mk.$O\
parse.$O\
recipe.$O\
+ rc.$O\
rule.$O\
run.$O\
sh.$O\
+ shell.$O\
shprint.$O\
symtab.$O\
var.$O\