From 7dfafee4b6c0544bf6985af3197bd4f6c54e8d1f Mon Sep 17 00:00:00 2001 From: christos Date: Tue, 20 Dec 2005 20:39:15 +0000 Subject: [PATCH] Search the new common framework. --- tools/compat/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/compat/Makefile b/tools/compat/Makefile index 55324ae9f7b3..f4974bed8b12 100644 --- a/tools/compat/Makefile +++ b/tools/compat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2005/09/24 20:52:22 elad Exp $ +# $NetBSD: Makefile,v 1.40 2005/12/20 20:39:15 christos Exp $ HOSTLIB= nbcompat @@ -38,7 +38,10 @@ CPPFLAGS+= -I. -I./include -I${.CURDIR} -DHAVE_NBTOOL_CONFIG_H=1 \ ${.CURDIR}/../../lib/libc/stdio \ ${.CURDIR}/../../lib/libc/stdlib \ ${.CURDIR}/../../lib/libc/string \ - ${.CURDIR}/../../usr.bin/lex + ${.CURDIR}/../../common/lib/libc/string \ + ${.CURDIR}/../../common/lib/libc/hash/sha1 \ + ${.CURDIR}/../../common/lib/libc/md \ + ${.CURDIR}/../../usr.bin/lex \ DPSRCS+= defs.mk CLEANFILES+= defs.mk