Grrr. Put the right .PATH statements in the right Makefiles.
This commit is contained in:
parent
940311dc21
commit
87feaafc5b
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../compat/ndis
|
||||
.PATH: ${.CURDIR}/../../dev/if_ndis
|
||||
|
||||
KMOD= if_ndis
|
||||
SRCS= if_ndis.c
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/if_ndis
|
||||
.PATH: ${.CURDIR}/../../compat/ndis
|
||||
|
||||
KMOD= ndis
|
||||
SRCS= subr_pe.c subr_ndis.c subr_hal.c subr_ntoskrnl.c kern_ndis.c
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/dev/ndis
|
||||
.PATH: ${.CURDIR}/../../sys/compat/ndis
|
||||
|
||||
PROG= ndiscvt
|
||||
SRCS= ndiscvt.c
|
||||
|
Loading…
Reference in New Issue
Block a user