pager: environment variable GIT_PAGER to override PAGER
[gitweb.git] / Makefile
index e9dce268f86cab1bbfe987acb041c3c05fcc72ea..15864e23bd18d1068cef6fb87dc47ba628840df7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -265,6 +265,9 @@ LIBS = $(GITLIBS) -lz
 ifeq ($(uname_S),Linux)
        NO_STRLCPY = YesPlease
 endif
+ifeq ($(uname_S),GNU/kFreeBSD)
+       NO_STRLCPY = YesPlease
+endif
 ifeq ($(uname_S),Darwin)
        NEEDS_SSL_WITH_CRYPTO = YesPlease
        NEEDS_LIBICONV = YesPlease