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

SUBDIRS = doc src
EXTRA_DIST = GPL.txt Stanford.txt
dist_sysconf_DATA = igmpproxy.conf

ChangeLog:
	git --git-dir=$(srcdir)/.git log > $@

AUTHORS: ChangeLog
	( echo "Authors and contributors, in alphabetical order: "; echo; \
	sed -r "s/^Author: (.*)/\1/;t;d" $< | sort -u ) > $@

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