mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +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
|