blob: f55958d345886668f7e31228d0af09ea356510ad (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: Makefile.regen,v 1.1 2007/10/14 20:25:35 apb Exp $
.include "bsd.own.mk"
# Run "${TOOLDIR}/bin/nbmake-${MACHINE} -f Makefile.regen" by hand after
# editing configure.ac. See more detailed instructions in configure.ac.
regen:
cd ${.CURDIR} && ${TOOLDIR}/bin/${_TOOL_PREFIX}autoconf
|