diff options
Diffstat (limited to 'usr.sbin/pccard/pccardc/Makefile')
-rw-r--r-- | usr.sbin/pccard/pccardc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pccard/pccardc/Makefile b/usr.sbin/pccard/pccardc/Makefile index aa833b1..d0649a2 100644 --- a/usr.sbin/pccard/pccardc/Makefile +++ b/usr.sbin/pccard/pccardc/Makefile @@ -2,6 +2,8 @@ # # $FreeBSD$ +.PATH: ${.CURDIR}/../pccardd + PROG= pccardc MAN= pccardc.8 SRCS= beep.c dumpcis.c dumpcisfile.c enabler.c pccardc.c pccardmem.c power.c \ @@ -10,4 +12,3 @@ SRCS= beep.c dumpcis.c dumpcisfile.c enabler.c pccardc.c pccardmem.c power.c \ CFLAGS+= -I${.CURDIR}/../pccardd .include <bsd.prog.mk> -.PATH: ${.CURDIR}/../pccardd |