Make prefix homebrew aware

This commit is contained in:
2026-02-11 11:53:50 +01:00
parent a542f6ff7e
commit 33237796c2

View File

@@ -20,6 +20,9 @@ TARGET = pcapmirror
# Installation directory # Installation directory
PREFIX = /usr PREFIX = /usr
ifdef prefix
PREFIX = $(prefix)
endif
# Default rule # Default rule
all: $(TARGET) man all: $(TARGET) man