aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorWojciech A. Koszek <wkoszek@FreeBSD.org>2007-05-12 20:33:13 +0000
committerWojciech A. Koszek <wkoszek@FreeBSD.org>2007-05-12 20:33:13 +0000
commitc21a9d0c873682b7062d81b2a520ca4d855dea9d (patch)
tree3e4960a738d386aba009bb9e2adb419b4aaa049b /usr.sbin
parent744b947ef84848227ce1a826167ada052973c82a (diff)
downloadsrc-c21a9d0c873682b7062d81b2a520ca4d855dea9d.tar.gz
src-c21a9d0c873682b7062d81b2a520ca4d855dea9d.zip
Add ${.CURDIR} before kernconf.tmpl in order to let the build see newly
added kernconft.tmpl file. Approved by: cognet (mentor)
Notes
Notes: svn path=/head/; revision=169508
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/config/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile
index bd318aeb53b0..8a07269dd1e6 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}