diff options
Diffstat (limited to 'lib/libc/tests')
-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" |