Annotation of embedaddon/dhcping/FILES, revision 1.1

1.1     ! misho       1: $Id: FILES,v 1.2 2002/01/27 02:18:36 mavetju Exp $
        !             2: 
        !             3: General
        !             4: -------
        !             5: CHANGES                - Change log
        !             6: CONTACT                - How to contact me
        !             7: FILES          - This file
        !             8: LICENSE                - License under which this software is distributed
        !             9: 
        !            10: Auto-configuration
        !            11: ------------------
        !            12: Makefile.am    - My Makefile-template
        !            13: configure.in   - My configure-template
        !            14: Makefile.in    - (Created by automake)
        !            15: aclocal.m4     - (Needed by autoconf)
        !            16: config.guess   - (Needed by configure)
        !            17: config.sub     - (Needed by configure)
        !            18: configure      - Configure-file
        !            19: depcomp                - (Needed by configure)
        !            20: install-sh     - (Needed by configure)
        !            21: missing                - (Needed by configure)
        !            22: mkinstalldirs  - (Needed by configure)
        !            23: 
        !            24: Source-file
        !            25: -----------
        !            26: dhcp_options.h - Tables with dhcp-packet-field values and their
        !            27:                  readable descriptions
        !            28: dhcping.8      - Man-page, obtained from dhcping.pod
        !            29: dhcping.c      - The source-file
        !            30: dhcping.pod    - The original man-file

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