diff options
author | ngie <ngie@FreeBSD.org> | 2015-11-26 00:48:09 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-11-26 00:48:09 +0000 |
commit | c5d5acf3132a90fa196c3e33c69a11cca959281a (patch) | |
tree | 031315d1e43a2a69b0313b2a97be45714ff13090 /lib/libc | |
parent | 8284ff4fd6e167a1c3e661be8ae0ebafa8ced702 (diff) | |
download | FreeBSD-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/libc')
-rw-r--r-- | lib/libc/tests/net/Makefile | 2 |
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" |