1 parent 49198d5 commit 92a7330Copy full SHA for 92a7330
1 file changed
Makefile
@@ -72,6 +72,9 @@ endif
72
ifeq ($(OS),FreeBSD)
73
-rm -f $(DESTDIR)$(prefix)/man/man1/httpdirfs.1.gz
74
endif
75
+ifeq ($(OS),Darwin)
76
+ -rm -f $(DESTDIR)$(prefix)/share/man/man1/httpdirfs.1
77
+endif
78
79
depend: .depend
80
.depend: src/*.c
0 commit comments