diff --git a/usr.bin/opiekey/Makefile b/usr.bin/opiekey/Makefile index 01482a74748a..3be38dc7bf24 100644 --- a/usr.bin/opiekey/Makefile +++ b/usr.bin/opiekey/Makefile @@ -4,9 +4,9 @@ OPIE_DIST?= ${.CURDIR}/../../contrib/opie PROG= opiekey SRCS= opiekey.c -MAN1= opiekey.1 +MAN1= opiekey.1 -CFLAGS+=-I${OPIE_DIST} +CFLAGS+= -I${OPIE_DIST} DPADD= ${LIBOPIE} ${LIBMD} LDADD= -lopie -lmd