Skip to content

Commit 92a7330

Browse files
committed
Uninstall for macOS
1 parent 49198d5 commit 92a7330

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ endif
7272
ifeq ($(OS),FreeBSD)
7373
-rm -f $(DESTDIR)$(prefix)/man/man1/httpdirfs.1.gz
7474
endif
75+
ifeq ($(OS),Darwin)
76+
-rm -f $(DESTDIR)$(prefix)/share/man/man1/httpdirfs.1
77+
endif
7578

7679
depend: .depend
7780
.depend: src/*.c

0 commit comments

Comments
 (0)