From b528d5f7f9ad0070de6da684f55f8b6d9504bec2 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 14 May 2000 21:13:57 +0000 Subject: Fix minor style nits. --- usr.bin/opiekey/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/opiekey') diff --git a/usr.bin/opiekey/Makefile b/usr.bin/opiekey/Makefile index 01482a7..3be38dc 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 -- cgit v1.1