aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit7a4183d88d236d7852e7bc490e8fe80d7dd4c9be (patch)
tree394738cf875fa0cd8afa1648dd58e7c22a60b865 /Makefile
parentbf7fb5c669203aec850bfb7908af077f840e53e7 (diff)
downloadmandoc-7a4183d88d236d7852e7bc490e8fe80d7dd4c9be.tar.gz
mandoc-7a4183d88d236d7852e7bc490e8fe80d7dd4c9be.tar.zst
mandoc-7a4183d88d236d7852e7bc490e8fe80d7dd4c9be.zip
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)