mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
7 lines
152 B
Text
7 lines
152 B
Text
DISTCLEANFILES=config.status Makefile
|
|
CLEANADD=Makefile.cfg conftest*
|
|
|
|
distfiles: configure
|
|
|
|
configure: configure.in aclocal.m4
|
|
cd $(srcdir); autoconf
|