--- /dev/null
+clean:
+ if [ -f ../Makefile ] ; then cd .. ; make distclean ; fi
+ rm -f `find .. -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core`
+
+dist: clean
+ sh -c 'cd .. ; X=`pwd` ; X=`basename $$X` ; cd .. ; tar czvvf /tmp/$$X.tar.gz $$X --exclude CVS --exclude dist'
--- /dev/null
+Begin3
+Title: Name Server Configurator
+Version: 2.1
+Entered-date: 981102
+Description: Set of utilities and M4 scripts for easy maintenance of
+ DNS server configuration files. Requires GNU m4 and BIND
+ version 8.X or newer.
+Keywords: named, bind, dns
+Author: mj@atrey.karlin.mff.cuni.cz (Martin Mares)
+Maintained-by: mj@atrey.karlin.mff.cuni.cz (Martin Mares)
+Primary-site: atrey.karlin.mff.cuni.cz pub/local/mj/linux/nsc-2.1.tar.gz
+Alternate-site: sunsite.unc.edu pub/Linux/system/network/management/nsc-2.1.tar.gz
+Copying-policy: GPL
+End