Uninstall for macOS

This commit is contained in:
Hristo Iliev 2021-06-05 11:07:46 +03:00
parent 49198d5125
commit 92a73305f2
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@ endif
ifeq ($(OS),FreeBSD)
-rm -f $(DESTDIR)$(prefix)/man/man1/httpdirfs.1.gz
endif
ifeq ($(OS),Darwin)
-rm -f $(DESTDIR)$(prefix)/share/man/man1/httpdirfs.1
endif
depend: .depend
.depend: src/*.c