NetBSD/tools/config/Makefile
thorpej 5ecc953bdb config and genassym are not sysadmin tools, they are development tools.
As such, they don't belong in /usr/sbin, but rather /usr/bin.  Move them
there.
2005-06-05 18:19:52 +00:00

9 lines
199 B
Makefile

# $NetBSD: Makefile,v 1.6 2005/06/05 18:19:53 thorpej Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}config
HOST_SRCDIR= usr.bin/config
HOST_CPPFLAGS+= -DMAKE_BOOTSTRAP
.include "${.CURDIR}/../Makefile.host"