diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-14 21:13:57 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-05-14 21:13:57 +0000 |
commit | 3c841ca5e3472e7e7b379cb580032643f7cb44ce (patch) | |
tree | f8ef8971131dbf98e9f027a3f0e0b5bcf7ace117 /usr.bin/opiekey/Makefile | |
parent | c0d2c03648a557db085d4095dd19afb951ddf6e4 (diff) | |
download | src-3c841ca5e3472e7e7b379cb580032643f7cb44ce.tar.gz src-3c841ca5e3472e7e7b379cb580032643f7cb44ce.zip |
Fix minor style nits.
Notes
Notes:
svn path=/head/; revision=60567
Diffstat (limited to 'usr.bin/opiekey/Makefile')
-rw-r--r-- | usr.bin/opiekey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |