move include to the gcc-4.5 subdir.

This commit is contained in:
christos 2012-04-18 19:21:25 +00:00
parent d2ca09c94d
commit 6b798f149f

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2012/04/18 02:52:07 christos Exp $
# $NetBSD: Makefile,v 1.2 2012/04/18 19:21:25 christos Exp $
NOLINT=yes # core dumps
UNSUPPORTED_COMPILER.clang= # defined
@ -14,6 +14,6 @@ LINTFLAGS+=-g
LIB=mudflap
SRCS=mf-runtime.c mf-heuristics.c mf-hooks1.c mf-hooks2.c
INCS=mf-runtime.h
INCSDIR=/usr/include
INCSDIR=/usr/include/gcc-4.5
.include <bsd.lib.mk>