From 592e533496879ed96aa3e838784aa1218d74b9d7 Mon Sep 17 00:00:00 2001 From: wkoszek Date: Sat, 12 May 2007 20:33:13 +0000 Subject: Add ${.CURDIR} before kernconf.tmpl in order to let the build see newly added kernconft.tmpl file. Approved by: cognet (mentor) --- usr.sbin/config/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile index bd318ae..8a07269 100644 --- a/usr.sbin/config/Makefile +++ b/usr.sbin/config/Makefile @@ -7,7 +7,7 @@ SRCS= config.y main.c lang.l mkmakefile.c mkheaders.c \ mkoptions.c y.tab.h kernconf.c kernconf.c: kernconf.tmpl - file2c 'char kernconfstr[] = {' ',0};' < kernconf.tmpl > kernconf.c + file2c 'char kernconfstr[] = {' ',0};' < ${.CURDIR}/kernconf.tmpl > kernconf.c WARNS?= 6 CFLAGS+= -I. -I${.CURDIR} -- cgit v1.1