From 17d5388342a96d4b552a77d3ad40c9951448bd62 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 18 Mar 2006 11:01:06 +0000 Subject: Provide alternate default for SHLIBDIR before bsd.own.mk does this. Reported by: phk --- lib/libcrypt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libcrypt') diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile index 8dd31b4..3a27e70 100644 --- a/lib/libcrypt/Makefile +++ b/lib/libcrypt/Makefile @@ -2,11 +2,12 @@ # $FreeBSD$ # +SHLIBDIR?= /lib + .include SHLIB_MAJOR= 3 LIB= crypt -SHLIBDIR?= /lib .PATH: ${.CURDIR}/../libmd SRCS= crypt.c misc.c \ -- cgit v1.1