A clone of btpd with my configuration changes.
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- clean:
- find . -name \*~ -print0 | xargs -0 rm
- find . -name \*.in -print0 | xargs -0 rm
- rm -rf aclocal.m4 autom4te.cache compile config.* configure depcomp install-sh missing btpd-*.tar.gz
|