summaryrefslogtreecommitdiff
path: root/dis88
diff options
context:
space:
mode:
Diffstat (limited to 'dis88')
-rw-r--r--dis88/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dis88/Makefile b/dis88/Makefile
index 56f9390..9e82095 100644
--- a/dis88/Makefile
+++ b/dis88/Makefile
@@ -37,12 +37,12 @@ dis88: $(OBJ)
install: dis88
install -m 755 -s dis88 $(DIST)/usr/bin/dis88
- install -m 644 -s dis88.1 $(DIST)/usr/man/man1/dis88.1
+ install -m 644 dis88.1 $(DIST)/usr/man/man1/dis88.1
$(OBJ): dis.h a.out.h
a.out.h:
ln -s ../libc/include/a.out.h .
-clean:
+clean realclean:
rm -f *.bak *.lst *.o core dis88 a.out.h