summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/pccardd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pccard/pccardd/Makefile')
-rw-r--r--usr.sbin/pccard/pccardd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pccard/pccardd/Makefile b/usr.sbin/pccard/pccardd/Makefile
index 0fb8c6e..b7fae27 100644
--- a/usr.sbin/pccard/pccardd/Makefile
+++ b/usr.sbin/pccard/pccardd/Makefile
@@ -1,6 +1,8 @@
# Makefile for pccardd
# $FreeBSD$
+.PATH: ${.CURDIR}/../pccardc
+
PROG= pccardd
MAN= pccard.conf.5 pccardd.8
SRCS= pccardd.c cardd.c file.c util.c readcis.c printcis.c server.c
@@ -11,4 +13,3 @@ DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>
-.PATH: ${.CURDIR}/../pccardc
OpenPOWER on IntegriCloud