diff options
author | trhodes <trhodes@FreeBSD.org> | 2005-04-22 18:57:32 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2005-04-22 18:57:32 +0000 |
commit | a9041ad05e65ee883064bafe1354b882f7a6e926 (patch) | |
tree | 8eaec3ef942b33f43cb2a0095b2fc64d99d2c22d /lib/libopie/Makefile | |
parent | 01f75275c618543eb788c9bb841d7ed8a0d5e9f5 (diff) | |
download | FreeBSD-src-a9041ad05e65ee883064bafe1354b882f7a6e926.zip FreeBSD-src-a9041ad05e65ee883064bafe1354b882f7a6e926.tar.gz |
Enforce style.Makefile(5).
Glanced at by: ru (some time ago).
Diffstat (limited to 'lib/libopie/Makefile')
-rw-r--r-- | lib/libopie/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libopie/Makefile b/lib/libopie/Makefile index 8f95c40..f26ec1d 100644 --- a/lib/libopie/Makefile +++ b/lib/libopie/Makefile @@ -26,8 +26,8 @@ CFLAGS+=-I${.CURDIR} -I${OPIE_DIST} -I${DIST_DIR} \ ACCESSFILE?= \"/etc/opieaccess\" CFLAGS+= -DINSECURE_OVERRIDE -DPATH_ACCESS_FILE=${ACCESSFILE} -LDADD= -lmd DPADD= ${LIBMD} +LDADD= -lmd MAN= ${OPIE_DIST}/opie.4 ${OPIE_DIST}/opiekeys.5 ${OPIE_DIST}/opieaccess.5 |