mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
9 lines
216 B
Makefile
9 lines
216 B
Makefile
DISTCLEANFILES=config.status config.log config.cache Makefile \
|
|
src/xditview/Imakefile
|
|
CLEANADD=Makefile.cfg conftest*
|
|
|
|
distfiles: configure
|
|
|
|
configure: configure.in aclocal.m4
|
|
cd $(srcdir); autoconf
|