NetBSD/tools/menuc/Makefile
thorpej c4a72b6436 Centralize the definition of the tool name prefix (i.e. "nb") into
bsd.own.mk, as the _TOOL_PREFIX variable.
2002-12-08 20:19:56 +00:00

10 lines
242 B
Makefile

# $NetBSD: Makefile,v 1.6 2002/12/08 20:20:02 thorpej Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}menuc
HOST_SRCDIR= usr.bin/menuc
HOSTFILES= menu_sys.def
HOST_FILESDIR= ${TOOLDIR}/share/misc
NOSHARE=# defined
.include "${.CURDIR}/../Makefile.host"