Use ${.CURDIR} when referring to a relative source directory.

This commit is contained in:
he 2009-11-28 22:13:34 +00:00
parent ea4ea02d98
commit 9fc5e76860

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.28 2008/07/25 15:11:48 skrll Exp $
# $NetBSD: Makefile,v 1.29 2009/11/28 22:13:34 he Exp $
# Build a smaller ifconfig (i.e. for boot media)
.include <bsd.own.mk>
@ -13,7 +13,7 @@ CPPFLAGS+= -DINET6
SRCS+= af_inet6.c
.endif
.include "../../../sbin/ifconfig/Makefile.inc"
.include "${.CURDIR}/../../../sbin/ifconfig/Makefile.inc"
.include <bsd.prog.mk>