diff options
author | rillig <rillig@pkgsrc.org> | 2007-06-04 08:10:32 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-06-04 08:10:32 +0000 |
commit | ee5b4f997c3bc4eff6e2f98b5623418efa668d5e (patch) | |
tree | b8cff146894e43823efbc8d4384f9311b51892eb /mk/dlopen.buildlink3.mk | |
parent | a687e667c60822e3e8f1f78b4e6cdd43d5d3870b (diff) | |
download | pkgsrc-ee5b4f997c3bc4eff6e2f98b5623418efa668d5e.tar.gz |
Added documentation.
Diffstat (limited to 'mk/dlopen.buildlink3.mk')
-rw-r--r-- | mk/dlopen.buildlink3.mk | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/mk/dlopen.buildlink3.mk b/mk/dlopen.buildlink3.mk index 5060aebc504..2874bceec2f 100644 --- a/mk/dlopen.buildlink3.mk +++ b/mk/dlopen.buildlink3.mk @@ -1,8 +1,22 @@ -# $NetBSD: dlopen.buildlink3.mk,v 1.14 2007/04/27 15:02:37 tron Exp $ +# $NetBSD: dlopen.buildlink3.mk,v 1.15 2007/06/04 08:10:32 rillig Exp $ # # This Makefile fragment is included by package Makefiles and # buildlink3.mk files for the packages that use dlopen(). # +# It defines the variables DL_CFLAGS, DL_LDFLAGS and DL_LIBS, which +# are also exported into the CONFIGURE_ENV and MAKE_ENV environments. +# +# Package-settable variables: +# +# DL_AUTO_VARS +# When set to "yes", the necessary flags are added automatically +# to CFLAGS and friends. +# +# Default: no +# +# Keywords: dl dlopen +# + DLOPEN_BUILDLINK3_MK:= ${DLOPEN_BUILDLINK3_MK}+ .include "../../mk/bsd.prefs.mk" |