mirror of
https://git.freestone.net/cramer/pcapmirror.git
synced 2026-03-01 01:29:26 +01:00
HOMEBREW_PREFIX
This commit is contained in:
5
Makefile
5
Makefile
@@ -19,9 +19,10 @@ OBJS = $(SRCS:.c=.o)
|
|||||||
TARGET = pcapmirror
|
TARGET = pcapmirror
|
||||||
|
|
||||||
# Installation directory
|
# Installation directory
|
||||||
|
|
||||||
PREFIX = /usr
|
PREFIX = /usr
|
||||||
ifdef prefix
|
ifdef HOMEBREW_PREFIX
|
||||||
PREFIX = $(prefix)
|
PREFIX = $(HOMEBREW_PREFIX)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Default rule
|
# Default rule
|
||||||
|
|||||||
Reference in New Issue
Block a user