First pass at addrlength grossness cleanup. Man, this is ugly.

This commit is contained in:
Michael Graff
1999-02-06 08:48:08 +00:00
parent 14cb69a4f7
commit 491b48ec3f
10 changed files with 129 additions and 87 deletions

View File

@@ -17,6 +17,8 @@ DISTFILES = Makefile.in config.h.in configure.in \
distclean:: FORCE
rm -f config.cache config.h config.log config.status
cleandir: distclean
kit: kitclean
mkdir bind-${VERSION}
@(cd bind-${VERSION}; for i in ${DISTFILES}; do ln -s ../$$i $$i; done)