diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-03-18 11:01:06 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-03-18 11:01:06 +0000 |
| commit | fcaa46686526e922aef13d3b61c4835eaefcb319 (patch) | |
| tree | 2576d8540d5dd1d2a729ba3f81c42c1d654bf745 /lib/libipsec | |
| parent | 73b06dcb66ea3164c5bcfc9c91956f786acf108a (diff) | |
Notes
Diffstat (limited to 'lib/libipsec')
| -rw-r--r-- | lib/libipsec/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libipsec/Makefile b/lib/libipsec/Makefile index 542310c33a2a..62562cd47e1d 100644 --- a/lib/libipsec/Makefile +++ b/lib/libipsec/Makefile @@ -27,10 +27,11 @@ # # $FreeBSD$ +SHLIBDIR?= /lib + .include <bsd.own.mk> LIB= ipsec -SHLIBDIR?= /lib SHLIB_MAJOR= 2 CFLAGS+=-I. -I${.CURDIR} CFLAGS+=-DIPSEC_DEBUG -DIPSEC |
