NetBSD/tools/cksum/Makefile

8 lines
201 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2006/10/29 06:17:08 dogcow Exp $
2002-03-31 18:33:54 +04:00
HOSTPROGNAME= ${_TOOL_PREFIX}cksum
2002-03-31 18:33:54 +04:00
HOST_SRCDIR= usr.bin/cksum
CPPFLAGS+= -I${.CURDIR}/../compat/sys
2002-03-31 18:33:54 +04:00
.include "${.CURDIR}/../Makefile.host"