Makefile revision 1.1
1#	$NetBSD: Makefile,v 1.1 2001/08/14 11:02:00 tv Exp $
2
3HOSTPROGNAME=	lint
4HOST_SRCDIR=	usr.bin/xlint/xlint
5HOST_CPPFLAGS=	-DPATH_LIBEXEC=\"${TOOLDIR}/libexec\"
6
7.include "${.CURDIR}/../Makefile.host"
8
9${TIMESTAMP}: ${SRCS}
10