Home | History | Annotate | Line # | Download | only in lint
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 2001/11/12 23:16:28 tv Exp $
      2 
      3 HOSTPROGNAME=	${MACHINE_GNU_PLATFORM}-lint
      4 HOST_SRCDIR=	usr.bin/xlint/xlint
      5 HOST_CPPFLAGS=	-DPATH_LIBEXEC=\"${TOOLDIR}/libexec\" \
      6 		-DTARGET_PREFIX=\"${MACHINE_GNU_PLATFORM}-\"
      7 
      8 .include "${.CURDIR}/../Makefile.host"
      9