File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / igmpproxy / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 17:00:29 2012 UTC (12 years, 3 months ago) by misho
Branches: igmpproxy, MAIN
CVS tags: v0_1p0, v0_1, HEAD
igmpproxy

    1: SUBDIRS = doc src
    2: EXTRA_DIST = GPL.txt Stanford.txt
    3: dist_sysconf_DATA = igmpproxy.conf
    4: 
    5: ChangeLog:
    6: 	git --git-dir=$(srcdir)/.git log > $@
    7: 
    8: AUTHORS: ChangeLog
    9: 	( echo "Authors and contributors, in alphabetical order: "; echo; \
   10: 	sed -r "s/^Author: (.*)/\1/;t;d" $< | sort -u ) > $@

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