Annotation of embedaddon/arping/src/Makefile.in, revision 1.1.1.1

1.1       misho       1: # Makefile.in generated by automake 1.10.1 from Makefile.am.
                      2: # @configure_input@
                      3: 
                      4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                      5: # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
                      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: @SET_MAKE@
                     16: 
                     17: # arping/src/Makefile.am
                     18: 
                     19: VPATH = @srcdir@
                     20: pkgdatadir = $(datadir)/@PACKAGE@
                     21: pkglibdir = $(libdir)/@PACKAGE@
                     22: pkgincludedir = $(includedir)/@PACKAGE@
                     23: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     24: install_sh_DATA = $(install_sh) -c -m 644
                     25: install_sh_PROGRAM = $(install_sh) -c
                     26: install_sh_SCRIPT = $(install_sh) -c
                     27: INSTALL_HEADER = $(INSTALL_DATA)
                     28: transform = $(program_transform_name)
                     29: NORMAL_INSTALL = :
                     30: PRE_INSTALL = :
                     31: POST_INSTALL = :
                     32: NORMAL_UNINSTALL = :
                     33: PRE_UNINSTALL = :
                     34: POST_UNINSTALL = :
                     35: build_triplet = @build@
                     36: host_triplet = @host@
                     37: target_triplet = @target@
                     38: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
                     39:        $(top_srcdir)/Makefile.am.common findif_bsd.c findif_linux.c \
                     40:        findif_other.c
                     41: sbin_PROGRAMS = arping$(EXEEXT)
                     42: subdir = src
                     43: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     44: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
                     45: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     46:        $(ACLOCAL_M4)
                     47: mkinstalldirs = $(install_sh) -d
                     48: CONFIG_HEADER = $(top_builddir)/config.h
                     49: CONFIG_CLEAN_FILES =
                     50: am__installdirs = "$(DESTDIR)$(sbindir)"
                     51: sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
                     52: PROGRAMS = $(sbin_PROGRAMS)
                     53: am_arping_OBJECTS = arping.$(OBJEXT)
                     54: arping_OBJECTS = $(am_arping_OBJECTS)
                     55: arping_DEPENDENCIES = $(LIBOBJS)
                     56: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
                     57: depcomp = $(SHELL) $(top_srcdir)/depcomp
                     58: am__depfiles_maybe = depfiles
                     59: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                     60:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                     61: CCLD = $(CC)
                     62: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                     63: SOURCES = $(arping_SOURCES)
                     64: DIST_SOURCES = $(arping_SOURCES)
                     65: ETAGS = etags
                     66: CTAGS = ctags
                     67: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     68: ACLOCAL = @ACLOCAL@
                     69: AMTAR = @AMTAR@
                     70: AUTOCONF = @AUTOCONF@
                     71: AUTOHEADER = @AUTOHEADER@
                     72: AUTOMAKE = @AUTOMAKE@
                     73: AWK = @AWK@
                     74: CC = @CC@
                     75: CCDEPMODE = @CCDEPMODE@
                     76: CFLAGS = @CFLAGS@
                     77: CPP = @CPP@
                     78: CPPFLAGS = @CPPFLAGS@
                     79: CYGPATH_W = @CYGPATH_W@
                     80: DEFS = @DEFS@
                     81: DEPDIR = @DEPDIR@
                     82: ECHO_C = @ECHO_C@
                     83: ECHO_N = @ECHO_N@
                     84: ECHO_T = @ECHO_T@
                     85: EGREP = @EGREP@
                     86: EXEEXT = @EXEEXT@
                     87: GREP = @GREP@
                     88: INSTALL = @INSTALL@
                     89: INSTALL_DATA = @INSTALL_DATA@
                     90: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     91: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     92: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     93: LDFLAGS = @LDFLAGS@
                     94: LIBOBJS = @LIBOBJS@
                     95: LIBS = @LIBS@
                     96: LTLIBOBJS = @LTLIBOBJS@
                     97: MAINT = @MAINT@
                     98: MAKEINFO = @MAKEINFO@
                     99: MKDIR_P = @MKDIR_P@
                    100: OBJEXT = @OBJEXT@
                    101: PACKAGE = @PACKAGE@
                    102: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    103: PACKAGE_NAME = @PACKAGE_NAME@
                    104: PACKAGE_STRING = @PACKAGE_STRING@
                    105: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    106: PACKAGE_VERSION = @PACKAGE_VERSION@
                    107: PATH_SEPARATOR = @PATH_SEPARATOR@
                    108: SET_MAKE = @SET_MAKE@
                    109: SHELL = @SHELL@
                    110: STRIP = @STRIP@
                    111: VERSION = @VERSION@
                    112: abs_builddir = @abs_builddir@
                    113: abs_srcdir = @abs_srcdir@
                    114: abs_top_builddir = @abs_top_builddir@
                    115: abs_top_srcdir = @abs_top_srcdir@
                    116: ac_ct_CC = @ac_ct_CC@
                    117: am__include = @am__include@
                    118: am__leading_dot = @am__leading_dot@
                    119: am__quote = @am__quote@
                    120: am__tar = @am__tar@
                    121: am__untar = @am__untar@
                    122: bindir = @bindir@
                    123: build = @build@
                    124: build_alias = @build_alias@
                    125: build_cpu = @build_cpu@
                    126: build_os = @build_os@
                    127: build_vendor = @build_vendor@
                    128: builddir = @builddir@
                    129: datadir = @datadir@
                    130: datarootdir = @datarootdir@
                    131: docdir = @docdir@
                    132: dvidir = @dvidir@
                    133: exec_prefix = @exec_prefix@
                    134: host = @host@
                    135: host_alias = @host_alias@
                    136: host_cpu = @host_cpu@
                    137: host_os = @host_os@
                    138: host_vendor = @host_vendor@
                    139: htmldir = @htmldir@
                    140: includedir = @includedir@
                    141: infodir = @infodir@
                    142: install_sh = @install_sh@
                    143: libdir = @libdir@
                    144: libexecdir = @libexecdir@
                    145: localedir = @localedir@
                    146: localstatedir = @localstatedir@
                    147: mandir = @mandir@
                    148: mkdir_p = @mkdir_p@
                    149: oldincludedir = @oldincludedir@
                    150: pdfdir = @pdfdir@
                    151: prefix = @prefix@
                    152: program_transform_name = @program_transform_name@
                    153: psdir = @psdir@
                    154: sbindir = @sbindir@
                    155: sharedstatedir = @sharedstatedir@
                    156: srcdir = @srcdir@
                    157: sysconfdir = @sysconfdir@
                    158: target = @target@
                    159: target_alias = @target_alias@
                    160: target_cpu = @target_cpu@
                    161: target_os = @target_os@
                    162: target_vendor = @target_vendor@
                    163: top_builddir = @top_builddir@
                    164: top_srcdir = @top_srcdir@
                    165: 
                    166: # arping/Makefile.am.common
                    167: AUTOMAKE_OPTIONS = foreign
                    168: DISTCLEANFILES = *~
                    169: arping_SOURCES = arping.c
                    170: arping_LDADD = $(LIBOBJS)
                    171: all: all-am
                    172: 
                    173: .SUFFIXES:
                    174: .SUFFIXES: .c .o .obj
                    175: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.common $(am__configure_deps)
                    176:        @for dep in $?; do \
                    177:          case '$(am__configure_deps)' in \
                    178:            *$$dep*) \
                    179:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
                    180:                && exit 0; \
                    181:              exit 1;; \
                    182:          esac; \
                    183:        done; \
                    184:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
                    185:        cd $(top_srcdir) && \
                    186:          $(AUTOMAKE) --foreign  src/Makefile
                    187: .PRECIOUS: Makefile
                    188: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    189:        @case '$?' in \
                    190:          *config.status*) \
                    191:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    192:          *) \
                    193:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    194:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    195:        esac;
                    196: 
                    197: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    198:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    199: 
                    200: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    201:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    202: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    203:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    204: install-sbinPROGRAMS: $(sbin_PROGRAMS)
                    205:        @$(NORMAL_INSTALL)
                    206:        test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
                    207:        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
                    208:          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
                    209:          if test -f $$p \
                    210:          ; then \
                    211:            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
                    212:           echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
                    213:           $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
                    214:          else :; fi; \
                    215:        done
                    216: 
                    217: uninstall-sbinPROGRAMS:
                    218:        @$(NORMAL_UNINSTALL)
                    219:        @list='$(sbin_PROGRAMS)'; for p in $$list; do \
                    220:          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
                    221:          echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
                    222:          rm -f "$(DESTDIR)$(sbindir)/$$f"; \
                    223:        done
                    224: 
                    225: clean-sbinPROGRAMS:
                    226:        -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
                    227: arping$(EXEEXT): $(arping_OBJECTS) $(arping_DEPENDENCIES) 
                    228:        @rm -f arping$(EXEEXT)
                    229:        $(LINK) $(arping_OBJECTS) $(arping_LDADD) $(LIBS)
                    230: 
                    231: mostlyclean-compile:
                    232:        -rm -f *.$(OBJEXT)
                    233: 
                    234: distclean-compile:
                    235:        -rm -f *.tab.c
                    236: 
                    237: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/findif_bsd.Po@am__quote@
                    238: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/findif_linux.Po@am__quote@
                    239: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/findif_other.Po@am__quote@
                    240: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arping.Po@am__quote@
                    241: 
                    242: .c.o:
                    243: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    244: @am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    245: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    246: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    247: @am__fastdepCC_FALSE@  $(COMPILE) -c $<
                    248: 
                    249: .c.obj:
                    250: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    251: @am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    252: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    253: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    254: @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
                    255: 
                    256: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    257:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    258:        unique=`for i in $$list; do \
                    259:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    260:          done | \
                    261:          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
                    262:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    263:        mkid -fID $$unique
                    264: tags: TAGS
                    265: 
                    266: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    267:                $(TAGS_FILES) $(LISP)
                    268:        tags=; \
                    269:        here=`pwd`; \
                    270:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    271:        unique=`for i in $$list; do \
                    272:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    273:          done | \
                    274:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    275:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    276:        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
                    277:          test -n "$$unique" || unique=$$empty_fix; \
                    278:          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    279:            $$tags $$unique; \
                    280:        fi
                    281: ctags: CTAGS
                    282: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    283:                $(TAGS_FILES) $(LISP)
                    284:        tags=; \
                    285:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    286:        unique=`for i in $$list; do \
                    287:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    288:          done | \
                    289:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    290:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    291:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    292:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    293:             $$tags $$unique
                    294: 
                    295: GTAGS:
                    296:        here=`$(am__cd) $(top_builddir) && pwd` \
                    297:          && cd $(top_srcdir) \
                    298:          && gtags -i $(GTAGS_ARGS) $$here
                    299: 
                    300: distclean-tags:
                    301:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    302: 
                    303: distdir: $(DISTFILES)
                    304:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    305:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    306:        list='$(DISTFILES)'; \
                    307:          dist_files=`for file in $$list; do echo $$file; done | \
                    308:          sed -e "s|^$$srcdirstrip/||;t" \
                    309:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    310:        case $$dist_files in \
                    311:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    312:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    313:                           sort -u` ;; \
                    314:        esac; \
                    315:        for file in $$dist_files; do \
                    316:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    317:          if test -d $$d/$$file; then \
                    318:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    319:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    320:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    321:            fi; \
                    322:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
                    323:          else \
                    324:            test -f $(distdir)/$$file \
                    325:            || cp -p $$d/$$file $(distdir)/$$file \
                    326:            || exit 1; \
                    327:          fi; \
                    328:        done
                    329: check-am: all-am
                    330: check: check-am
                    331: all-am: Makefile $(PROGRAMS)
                    332: installdirs:
                    333:        for dir in "$(DESTDIR)$(sbindir)"; do \
                    334:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    335:        done
                    336: install: install-am
                    337: install-exec: install-exec-am
                    338: install-data: install-data-am
                    339: uninstall: uninstall-am
                    340: 
                    341: install-am: all-am
                    342:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    343: 
                    344: installcheck: installcheck-am
                    345: install-strip:
                    346:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    347:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    348:          `test -z '$(STRIP)' || \
                    349:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    350: mostlyclean-generic:
                    351: 
                    352: clean-generic:
                    353: 
                    354: distclean-generic:
                    355:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    356:        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
                    357: 
                    358: maintainer-clean-generic:
                    359:        @echo "This command is intended for maintainers to use"
                    360:        @echo "it deletes files that may require special tools to rebuild."
                    361: clean: clean-am
                    362: 
                    363: clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
                    364: 
                    365: distclean: distclean-am
                    366:        -rm -rf $(DEPDIR) ./$(DEPDIR)
                    367:        -rm -f Makefile
                    368: distclean-am: clean-am distclean-compile distclean-generic \
                    369:        distclean-tags
                    370: 
                    371: dvi: dvi-am
                    372: 
                    373: dvi-am:
                    374: 
                    375: html: html-am
                    376: 
                    377: info: info-am
                    378: 
                    379: info-am:
                    380: 
                    381: install-data-am:
                    382: 
                    383: install-dvi: install-dvi-am
                    384: 
                    385: install-exec-am: install-sbinPROGRAMS
                    386: 
                    387: install-html: install-html-am
                    388: 
                    389: install-info: install-info-am
                    390: 
                    391: install-man:
                    392: 
                    393: install-pdf: install-pdf-am
                    394: 
                    395: install-ps: install-ps-am
                    396: 
                    397: installcheck-am:
                    398: 
                    399: maintainer-clean: maintainer-clean-am
                    400:        -rm -rf $(DEPDIR) ./$(DEPDIR)
                    401:        -rm -f Makefile
                    402: maintainer-clean-am: distclean-am maintainer-clean-generic
                    403: 
                    404: mostlyclean: mostlyclean-am
                    405: 
                    406: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    407: 
                    408: pdf: pdf-am
                    409: 
                    410: pdf-am:
                    411: 
                    412: ps: ps-am
                    413: 
                    414: ps-am:
                    415: 
                    416: uninstall-am: uninstall-sbinPROGRAMS
                    417: 
                    418: .MAKE: install-am install-strip
                    419: 
                    420: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
                    421:        clean-sbinPROGRAMS ctags distclean distclean-compile \
                    422:        distclean-generic distclean-tags distdir dvi dvi-am html \
                    423:        html-am info info-am install install-am install-data \
                    424:        install-data-am install-dvi install-dvi-am install-exec \
                    425:        install-exec-am install-html install-html-am install-info \
                    426:        install-info-am install-man install-pdf install-pdf-am \
                    427:        install-ps install-ps-am install-sbinPROGRAMS install-strip \
                    428:        installcheck installcheck-am installdirs maintainer-clean \
                    429:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    430:        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
                    431:        uninstall-am uninstall-sbinPROGRAMS
                    432: 
                    433: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    434: # Otherwise a system limit (for SysV at least) may be exceeded.
                    435: .NOEXPORT:

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