File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / dhcping / FILES
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 22:27:53 2012 UTC (12 years, 3 months ago) by misho
Branches: dhcping, MAIN
CVS tags: v1_2, HEAD
dhcping

    1: $Id: FILES,v 1.1.1.1 2012/02/21 22:27:53 misho 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>