Annotation of embedaddon/ipsec-tools/src/include-glibc/Makefile, revision 1.1.1.1.2.3.2.1

1.1.1.1.2.3.2  1(misho     1:4): # Makefile.in generated by automake 1.14 from Makefile.am.
1.1       misho       2: # src/include-glibc/Makefile.  Generated from Makefile.in by configure.
                      3: 
1.1.1.1.2.3.2  1(misho     4:4): # Copyright (C) 1994-2013 Free Software Foundation, Inc.
                      5:4): 
1.1       misho       6: # This Makefile.in is free software; the Free Software Foundation
                      7: # gives unlimited permission to copy and/or distribute it,
                      8: # with or without modifications, as long as this notice is preserved.
                      9: 
                     10: # This program is distributed in the hope that it will be useful,
                     11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     13: # PARTICULAR PURPOSE.
                     14: 
                     15: 
                     16: 
1.1.1.1.2.3.2  1(misho    17:4): am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
                     18:4): am__make_running_with_option = \
                     19:4):   case $${target_option-} in \
                     20:4):       ?) ;; \
                     21:4):       *) echo "am__make_running_with_option: internal error: invalid" \
                     22:4):               "target option '$${target_option-}' specified" >&2; \
                     23:4):          exit 1;; \
                     24:4):   esac; \
                     25:4):   has_opt=no; \
                     26:4):   sane_makeflags=$$MAKEFLAGS; \
                     27:4):   if $(am__is_gnu_make); then \
                     28:4):     sane_makeflags=$$MFLAGS; \
                     29:4):   else \
                     30:4):     case $$MAKEFLAGS in \
                     31:4):       *\\[\ \       ]*) \
                     32:4):         bs=\\; \
                     33:4):         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
                     34:4):           | sed "s/$$bs$$bs[$$bs $$bs       ]*//g"`;; \
                     35:4):     esac; \
                     36:4):   fi; \
                     37:4):   skip_next=no; \
                     38:4):   strip_trailopt () \
                     39:4):   { \
                     40:4):     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
                     41:4):   }; \
                     42:4):   for flg in $$sane_makeflags; do \
                     43:4):     test $$skip_next = yes && { skip_next=no; continue; }; \
                     44:4):     case $$flg in \
                     45:4):       *=*|--*) continue;; \
                     46:4):         -*I) strip_trailopt 'I'; skip_next=yes;; \
                     47:4):       -*I?*) strip_trailopt 'I';; \
                     48:4):         -*O) strip_trailopt 'O'; skip_next=yes;; \
                     49:4):       -*O?*) strip_trailopt 'O';; \
                     50:4):         -*l) strip_trailopt 'l'; skip_next=yes;; \
                     51:4):       -*l?*) strip_trailopt 'l';; \
                     52:4):       -[dEDm]) skip_next=yes;; \
                     53:4):       -[JT]) skip_next=yes;; \
                     54:4):     esac; \
                     55:4):     case $$flg in \
                     56:4):       *$$target_option*) has_opt=yes; break;; \
                     57:4):     esac; \
                     58:4):   done; \
                     59:4):   test $$has_opt = yes
                     60:4): am__make_dryrun = (target_option=n; $(am__make_running_with_option))
                     61:4): am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.1       misho      62: pkgdatadir = $(datadir)/ipsec-tools
                     63: pkgincludedir = $(includedir)/ipsec-tools
                     64: pkglibdir = $(libdir)/ipsec-tools
                     65: pkglibexecdir = $(libexecdir)/ipsec-tools
                     66: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     67: install_sh_DATA = $(install_sh) -c -m 644
                     68: install_sh_PROGRAM = $(install_sh) -c
                     69: install_sh_SCRIPT = $(install_sh) -c
                     70: INSTALL_HEADER = $(INSTALL_DATA)
                     71: transform = $(program_transform_name)
                     72: NORMAL_INSTALL = :
                     73: PRE_INSTALL = :
                     74: POST_INSTALL = :
                     75: NORMAL_UNINSTALL = :
                     76: PRE_UNINSTALL = :
                     77: POST_UNINSTALL = :
1.1.1.1.2.3.2  1(misho    78:4): build_triplet = i386-unknown-freebsd11.0
                     79:4): host_triplet = i386-unknown-freebsd11.0
1.1       misho      80: subdir = src/include-glibc
1.1.1.1.2.3.2  1(misho    81:4): DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
1.1       misho      82: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     83: am__aclocal_m4_deps = $(top_srcdir)/acracoon.m4 \
                     84:        $(top_srcdir)/configure.ac
                     85: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     86:        $(ACLOCAL_M4)
                     87: mkinstalldirs = $(install_sh) -d
                     88: CONFIG_HEADER = $(top_builddir)/config.h
                     89: CONFIG_CLEAN_FILES =
                     90: CONFIG_CLEAN_VPATH_FILES =
1.1.1.1.2.3.2  1(misho    91:4): AM_V_P = $(am__v_P_$(V))
                     92:4): am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
                     93:4): am__v_P_0 = false
                     94:4): am__v_P_1 = :
                     95:4): AM_V_GEN = $(am__v_GEN_$(V))
                     96:4): am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
                     97:4): am__v_GEN_0 = @echo "  GEN     " $@;
                     98:4): am__v_GEN_1 = 
                     99:4): AM_V_at = $(am__v_at_$(V))
                    100:4): am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
                    101:4): am__v_at_0 = @
                    102:4): am__v_at_1 = 
1.1       misho     103: SOURCES =
                    104: DIST_SOURCES =
1.1.1.1.2.3.2  1(misho   105:4): am__can_run_installinfo = \
                    106:4):   case $$AM_UPDATE_INFO_DIR in \
                    107:4):     n|no|NO) false;; \
                    108:4):     *) (install-info --version) >/dev/null 2>&1;; \
                    109:4):   esac
                    110:4): am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
1.1       misho     111: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.1.1.1.2.3.2  1(misho   112:4): ACLOCAL = aclocal-1.14
                    113:4): AMTAR = $${TAR-tar}
                    114:4): AM_DEFAULT_VERBOSITY = 1
1.1       misho     115: AR = ar
1.1.1.1.2.3.2  1(misho   116:4): AUTOCONF = autoconf
                    117:4): AUTOHEADER = autoheader
                    118:4): AUTOMAKE = automake-1.14
1.1       misho     119: AWK = gawk
1.1.1.1.2.3.2  1(misho   120:4): CC = cc
1.1       misho     121: CCDEPMODE = depmode=gcc3
1.1.1.1.2.1  misho     122: CFLAGS = -g -O2  -Wall -Werror -Wno-unused
1.1       misho     123: CONFIGURE_AMFLAGS = 
1.1.1.1.2.3.2  1(misho   124:4): CPP = cc -E
1.1       misho     125: CPPFLAGS =   -I${top_srcdir}/src/racoon/missing
                    126: CRYPTOBJS = 
                    127: CYGPATH_W = echo
                    128: DEFS = -DHAVE_CONFIG_H
                    129: DEPDIR = .deps
1.1.1.1.2.3.2  1(misho   130:4): DLLTOOL = false
1.1       misho     131: DSYMUTIL = 
                    132: DUMPBIN = 
                    133: ECHO_C = 
                    134: ECHO_N = -n
                    135: ECHO_T = 
                    136: EGREP = /usr/bin/grep -E
                    137: EXEEXT = 
                    138: EXTRA_CRYPTO = 
                    139: FGREP = /usr/bin/grep -F
1.1.1.1.2.3.2  1(misho   140:4): FRAG_OBJS = 
1.1       misho     141: GLIBC_BUGS = 
                    142: GREP = /usr/bin/grep
1.1.1.1.2.3.2  1(misho   143:4): HYBRID_OBJS = 
1.1       misho     144: INCLUDE_GLIBC = 
1.1.1.1.2.3.2  1(misho   145:4): INSTALL = /usr/bin/install -c
1.1.1.1.2.1  misho     146: INSTALL_DATA = ${INSTALL} -m 644
1.1       misho     147: INSTALL_OPTS = 
1.1.1.1.2.1  misho     148: INSTALL_PROGRAM = ${INSTALL}
                    149: INSTALL_SCRIPT = ${INSTALL}
1.1       misho     150: INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
                    151: KERNEL_INCLUDE = 
                    152: KRB5_CONFIG = /usr/bin/krb5-config
1.1.1.1.2.3.2  1(misho   153:4): LD = /usr/bin/ld
1.1.1.1.2.1  misho     154: LDFLAGS = 
1.1       misho     155: LEX = flex
                    156: LEXLIB = -lfl
                    157: LEX_OUTPUT_ROOT = lex.yy
                    158: LIBOBJS = 
1.1.1.1.2.3.2  1(misho   159:4): LIBS = -lcrypto  -lreadline
                    160:4): LIBTOOL = $(SHELL) $(top_builddir)/libtool
1.1       misho     161: LIPO = 
                    162: LN_S = ln -s
                    163: LTLIBOBJS = 
1.1.1.1.2.3.2  1(misho   164:4): MAKEINFO = makeinfo
                    165:4): MANIFEST_TOOL = :
1.1       misho     166: MKDIR_P = ../.././install-sh -c -d
1.1.1.1.2.3.2  1(misho   167:4): NATT_OBJS = 
                    168:4): NM = /usr/bin/nm -B
1.1       misho     169: NMEDIT = 
                    170: OBJDUMP = objdump
                    171: OBJEXT = o
                    172: OTOOL = 
                    173: OTOOL64 = 
                    174: PACKAGE = ipsec-tools
                    175: PACKAGE_BUGREPORT = 
                    176: PACKAGE_NAME = ipsec-tools
1.1.1.1.2.3.2  1(misho   177:4): PACKAGE_STRING = ipsec-tools 0.8.1
1.1       misho     178: PACKAGE_TARNAME = ipsec-tools
                    179: PACKAGE_URL = 
1.1.1.1.2.3.2  1(misho   180:4): PACKAGE_VERSION = 0.8.1
1.1       misho     181: PATH_SEPARATOR = :
                    182: RANLIB = ranlib
                    183: RPM = 
                    184: SECCTX_OBJS = 
                    185: SED = /usr/bin/sed
                    186: SET_MAKE = 
                    187: SHELL = /bin/sh
                    188: STRIP = strip
1.1.1.1.2.3.2  1(misho   189:4): VERSION = 0.8.1
1.1       misho     190: YACC = bison -y
                    191: YFLAGS = 
1.1.1.1.2.1  misho     192: abs_builddir = /home/misho/work/embedaddon/ipsec-tools/src/include-glibc
                    193: abs_srcdir = /home/misho/work/embedaddon/ipsec-tools/src/include-glibc
                    194: abs_top_builddir = /home/misho/work/embedaddon/ipsec-tools
                    195: abs_top_srcdir = /home/misho/work/embedaddon/ipsec-tools
1.1.1.1.2.3.2  1(misho   196:4): ac_ct_AR = ar
                    197:4): ac_ct_CC = 
1.1       misho     198: ac_ct_DUMPBIN = 
                    199: am__include = include
                    200: am__leading_dot = .
                    201: am__quote = 
1.1.1.1.2.3.2  1(misho   202:4): am__tar = $${TAR-tar} chof - "$$tardir"
                    203:4): am__untar = $${TAR-tar} xf -
1.1       misho     204: bindir = ${exec_prefix}/bin
1.1.1.1.2.3.2  1(misho   205:4): build = i386-unknown-freebsd11.0
                    206:4): build_alias = 
1.1       misho     207: build_cpu = i386
1.1.1.1.2.3.2  1(misho   208:4): build_os = freebsd11.0
                    209:4): build_vendor = unknown
1.1       misho     210: builddir = .
                    211: datadir = ${datarootdir}
                    212: datarootdir = ${prefix}/share
                    213: docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
                    214: dvidir = ${docdir}
                    215: exec_prefix = ${prefix}
1.1.1.1.2.3.2  1(misho   216:4): host = i386-unknown-freebsd11.0
1.1       misho     217: host_alias = 
                    218: host_cpu = i386
1.1.1.1.2.3.2  1(misho   219:4): host_os = freebsd11.0
                    220:4): host_vendor = unknown
1.1       misho     221: htmldir = ${docdir}
                    222: include_racoondir = ${prefix}/include/racoon
                    223: includedir = ${prefix}/include
1.1.1.1.2.1  misho     224: infodir = ${datarootdir}/info
                    225: install_sh = ${SHELL} /home/misho/work/embedaddon/ipsec-tools/install-sh
1.1       misho     226: libdir = ${exec_prefix}/lib
                    227: libexecdir = ${exec_prefix}/libexec
                    228: localedir = ${datarootdir}/locale
1.1.1.1.2.3.2  1(misho   229:4): localstatedir = ${prefix}/var
1.1.1.1.2.1  misho     230: mandir = ${datarootdir}/man
1.1.1.1.2.3.2  1(misho   231:4): mkdir_p = $(MKDIR_P)
1.1       misho     232: oldincludedir = /usr/include
                    233: pdfdir = ${docdir}
1.1.1.1.2.3.2  1(misho   234:4): prefix = /usr/local
1.1       misho     235: program_transform_name = s,x,x,
                    236: psdir = ${docdir}
                    237: sbindir = ${exec_prefix}/sbin
                    238: sharedstatedir = ${prefix}/com
                    239: srcdir = .
1.1.1.1.2.3.2  1(misho   240:4): sysconfdir = ${prefix}/etc
1.1       misho     241: target_alias = 
                    242: top_build_prefix = ../../
                    243: top_builddir = ../..
                    244: top_srcdir = ../..
                    245: EXTRA_DIST = \
                    246:   glibc-bugs.h \
                    247:   net/pfkeyv2.h \
                    248:   netinet/ipsec.h \
                    249:   sys/queue.h
                    250: 
                    251: DISTCLEANFILES = .includes linux
                    252: all: all-am
                    253: 
                    254: .SUFFIXES:
                    255: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    256:        @for dep in $?; do \
                    257:          case '$(am__configure_deps)' in \
                    258:            *$$dep*) \
                    259:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    260:                && { if test -f $@; then exit 0; else break; fi; }; \
                    261:              exit 1;; \
                    262:          esac; \
                    263:        done; \
                    264:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include-glibc/Makefile'; \
                    265:        $(am__cd) $(top_srcdir) && \
                    266:          $(AUTOMAKE) --foreign src/include-glibc/Makefile
                    267: .PRECIOUS: Makefile
                    268: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    269:        @case '$?' in \
                    270:          *config.status*) \
                    271:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    272:          *) \
                    273:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    274:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    275:        esac;
                    276: 
                    277: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    278:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    279: 
                    280: $(top_srcdir)/configure:  $(am__configure_deps)
                    281:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    282: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    283:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    284: $(am__aclocal_m4_deps):
                    285: 
                    286: mostlyclean-libtool:
                    287:        -rm -f *.lo
                    288: 
                    289: clean-libtool:
                    290:        -rm -rf .libs _libs
1.1.1.1.2.3.2  1(misho   291:4): tags TAGS:
                    292:4): 
                    293:4): ctags CTAGS:
1.1       misho     294: 
1.1.1.1.2.3.2  1(misho   295:4): cscope cscopelist:
1.1       misho     296: 
                    297: 
                    298: distdir: $(DISTFILES)
                    299:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    300:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    301:        list='$(DISTFILES)'; \
                    302:          dist_files=`for file in $$list; do echo $$file; done | \
                    303:          sed -e "s|^$$srcdirstrip/||;t" \
                    304:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    305:        case $$dist_files in \
                    306:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    307:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    308:                           sort -u` ;; \
                    309:        esac; \
                    310:        for file in $$dist_files; do \
                    311:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    312:          if test -d $$d/$$file; then \
                    313:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    314:            if test -d "$(distdir)/$$file"; then \
                    315:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    316:            fi; \
                    317:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    318:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    319:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    320:            fi; \
                    321:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    322:          else \
                    323:            test -f "$(distdir)/$$file" \
                    324:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    325:            || exit 1; \
                    326:          fi; \
                    327:        done
                    328: check-am: all-am
                    329: check: check-am
                    330: all-am: Makefile
                    331: installdirs:
                    332: install: install-am
                    333: install-exec: install-exec-am
                    334: install-data: install-data-am
                    335: uninstall: uninstall-am
                    336: 
                    337: install-am: all-am
                    338:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    339: 
                    340: installcheck: installcheck-am
                    341: install-strip:
1.1.1.1.2.3.2  1(misho   342:4):     if test -z '$(STRIP)'; then \
                    343:4):       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    344:4):         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    345:4):           install; \
                    346:4):     else \
                    347:4):       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    348:4):         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    349:4):         "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
                    350:4):     fi
1.1       misho     351: mostlyclean-generic:
                    352: 
                    353: clean-generic:
                    354: 
                    355: distclean-generic:
                    356:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    357:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    358:        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
                    359: 
                    360: maintainer-clean-generic:
                    361:        @echo "This command is intended for maintainers to use"
                    362:        @echo "it deletes files that may require special tools to rebuild."
                    363: clean: clean-am
                    364: 
                    365: clean-am: clean-generic clean-libtool mostlyclean-am
                    366: 
                    367: distclean: distclean-am
                    368:        -rm -f Makefile
                    369: distclean-am: clean-am distclean-generic
                    370: 
                    371: dvi: dvi-am
                    372: 
                    373: dvi-am:
                    374: 
                    375: html: html-am
                    376: 
                    377: html-am:
                    378: 
                    379: info: info-am
                    380: 
                    381: info-am:
                    382: 
                    383: install-data-am:
                    384: 
                    385: install-dvi: install-dvi-am
                    386: 
                    387: install-dvi-am:
                    388: 
                    389: install-exec-am:
                    390: 
                    391: install-html: install-html-am
                    392: 
                    393: install-html-am:
                    394: 
                    395: install-info: install-info-am
                    396: 
                    397: install-info-am:
                    398: 
                    399: install-man:
                    400: 
                    401: install-pdf: install-pdf-am
                    402: 
                    403: install-pdf-am:
                    404: 
                    405: install-ps: install-ps-am
                    406: 
                    407: install-ps-am:
                    408: 
                    409: installcheck-am:
                    410: 
                    411: maintainer-clean: maintainer-clean-am
                    412:        -rm -f Makefile
                    413: maintainer-clean-am: distclean-am maintainer-clean-generic
                    414: 
                    415: mostlyclean: mostlyclean-am
                    416: 
                    417: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    418: 
                    419: pdf: pdf-am
                    420: 
                    421: pdf-am:
                    422: 
                    423: ps: ps-am
                    424: 
                    425: ps-am:
                    426: 
                    427: uninstall-am:
                    428: 
                    429: .MAKE: install-am install-strip
                    430: 
                    431: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
1.1.1.1.2.3.2  1(misho   432:4):     cscopelist-am ctags-am distclean distclean-generic \
                    433:4):     distclean-libtool distdir dvi dvi-am html html-am info info-am \
                    434:4):     install install-am install-data install-data-am install-dvi \
                    435:4):     install-dvi-am install-exec install-exec-am install-html \
                    436:4):     install-html-am install-info install-info-am install-man \
                    437:4):     install-pdf install-pdf-am install-ps install-ps-am \
                    438:4):     install-strip installcheck installcheck-am installdirs \
                    439:4):     maintainer-clean maintainer-clean-generic mostlyclean \
                    440:4):     mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
                    441:4):     tags-am uninstall uninstall-am
1.1       misho     442: 
                    443: 
                    444: .includes: ${top_builddir}/config.status
1.1.1.1.2.3.2  1(misho   445:4):     ln -snf $(KERNEL_INCLUDE)/linux
1.1       misho     446:        touch .includes
                    447: 
                    448: all: .includes
                    449: 
                    450: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    451: # Otherwise a system limit (for SysV at least) may be exceeded.
                    452: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>