diff options
| author | christos <christos@NetBSD.org> | 2009-10-26 01:22:11 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2009-10-26 01:22:11 +0000 |
| commit | d7a39d71df70c04c4ebb8ccbc92084b72201d177 (patch) | |
| tree | ac795ade84a22645691a8f9dc2a53edac88797d4 /compat | |
| parent | 74e6715321862af967829190b0688c13b2f79b51 (diff) | |
Add glue
Diffstat (limited to 'compat')
| -rw-r--r-- | compat/external/bsd/flex/lib/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/compat/external/bsd/flex/lib/Makefile b/compat/external/bsd/flex/lib/Makefile new file mode 100644 index 00000000000..fad7e91cb3a --- /dev/null +++ b/compat/external/bsd/flex/lib/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1 2009/10/26 01:22:11 christos Exp $ + +NOLINT= # defined +NOMAN= # defined +NONLS= # defined +NOINFO= # defined +NOSHARE= # defined + +NOCHECKVER= # defined + +.include <bsd.obj.mk> + +# Resolve pathnames in variables. +_RESOLVE_VARS= CFLAGS CPPFLAGS DPADD LDADD LIBDPLIBS LIB_ROOT_DIR +.for var in ${_RESOLVE_VARS} +${var}:= ${${var}} +.endfor + +_CURDIR:= ${.CURDIR} + +.PATH: ${NETBSDSRCDIR}/external/bsd/flex/lib +.CURDIR:=${NETBSDSRCDIR}/external/bsd/flex/lib + +.include "${NETBSDSRCDIR}/compat/Makefile.compat" +.include "${.CURDIR}/Makefile" + +# Resolve pathnames from "real" Makefile, and switch .CURDIR back. +_RESOLVE_VARS= CFLAGS CPPFLAGS DPADD LDADD ARCHDIR COMPATDIR COMPATARCHDIR LIBCDIR RPC_INCS RPC_XDIR LIBEDITDIR MODOBJDIR RUMPTOP +.for var in ${_RESOLVE_VARS} +${var}:= ${${var}} +.endfor + +.CURDIR:= ${_CURDIR} +.undef _CURDIR |
