summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2012-03-23 05:05:41 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2012-03-23 05:05:41 +0000
commit0a9bc462743e68f6d4d3a37d1540232cd7832f8c (patch)
tree45004f3d79f1f78977e5f97e9d29ec841919355a /Makefile
parent2d475df79f4cb4783d56f2ecefe6c90b4919522c (diff)
downloadmandoc-0a9bc462743e68f6d4d3a37d1540232cd7832f8c.tar.gz
Remove some Mac OS crap in the Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 0120bed5..474b408d 100644
--- a/Makefile
+++ b/Makefile
@@ -453,12 +453,16 @@ clean:
rm -f config.h config.log $(COMPAT_OBJS) $(COMPAT_LNS)
rm -f mdocml.tar.gz mdocml-win32.zip mdocml-win64.zip mdocml-macosx.zip
rm -f index.html $(INDEX_OBJS)
- rm -rf test-fgetln.DSYM
- rm -rf test-strlcpy.DSYM
- rm -rf test-strlcat.DSYM
- rm -rf test-strptime.DSYM
- rm -rf test-mmap.DSYM
- rm -rf test-getsubopt.DSYM
+ rm -rf test-fgetln.dSYM
+ rm -rf test-strlcpy.dSYM
+ rm -rf test-strlcat.dSYM
+ rm -rf test-strptime.dSYM
+ rm -rf test-mmap.dSYM
+ rm -rf test-getsubopt.dSYM
+ rm -rf apropos.dSYM
+ rm -rf catman.dSYM
+ rm -rf mandocdb.dSYM
+ rm -rf whatis.dSYM
install: all
mkdir -p $(DESTDIR)$(BINDIR)