summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-11-26 00:48:09 +0000
committerngie <ngie@FreeBSD.org>2015-11-26 00:48:09 +0000
commitc5d5acf3132a90fa196c3e33c69a11cca959281a (patch)
tree031315d1e43a2a69b0313b2a97be45714ff13090 /lib
parent8284ff4fd6e167a1c3e661be8ae0ebafa8ced702 (diff)
downloadFreeBSD-src-c5d5acf3132a90fa196c3e33c69a11cca959281a.zip
FreeBSD-src-c5d5acf3132a90fa196c3e33c69a11cca959281a.tar.gz
Fix bad MFC (r291175)
Replace SRCTOP with the relevant path via .CURDIR Pointyhat to: ngie Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/tests/net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/tests/net/Makefile b/lib/libc/tests/net/Makefile
index b8f6d97..cf08c43 100644
--- a/lib/libc/tests/net/Makefile
+++ b/lib/libc/tests/net/Makefile
@@ -29,7 +29,7 @@ DPADD.h_nsd_recurse+= ${LIBPTHREAD}
LDADD.h_nsd_recurse+= -lpthread
CLEANFILES+= aton_ether_subr.c
-aton_ether_subr.c: gen_ether_subr ${SRCTOP}/sys/net/if_ethersubr.c
+aton_ether_subr.c: gen_ether_subr ${.CURDIR:H:H:H:H}/sys/net/if_ethersubr.c
${HOST_SH} ${.ALLSRC} ${.TARGET}
.include "../Makefile.netbsd-tests"
OpenPOWER on IntegriCloud