2002-10-01 11:57:08 +02:00
|
|
|
#
|
|
|
|
# ngIRCd -- The Next Generation IRC Daemon
|
2009-05-05 11:41:26 +02:00
|
|
|
# Copyright (c)2001-2009 Alexander Barton (alex@barton.de)
|
2002-10-01 11:57:08 +02:00
|
|
|
#
|
2008-11-13 23:17:32 +01:00
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
# Please read the file COPYING, README and AUTHORS for more information.
|
2002-10-01 11:57:08 +02:00
|
|
|
#
|
|
|
|
|
2004-02-29 18:19:43 +01:00
|
|
|
SUBDIRS = Debian MacOSX
|
2003-12-31 18:20:11 +01:00
|
|
|
|
2009-05-05 12:50:55 +02:00
|
|
|
EXTRA_DIST = README ngircd.spec systrace.policy ngindent ngircd-bsd.sh \
|
|
|
|
ngircd-redhat.init
|
2002-10-01 11:57:08 +02:00
|
|
|
|
|
|
|
maintainer-clean-local:
|
|
|
|
rm -f Makefile Makefile.in
|
|
|
|
|
|
|
|
# -eof-
|