diff options
author | obrien <obrien@FreeBSD.org> | 2000-05-14 21:13:10 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-05-14 21:13:10 +0000 |
commit | d14269bd46354e97dd79e8095b884c37fba7f0e8 (patch) | |
tree | b67db73b7d220365f4c374df4e05b59dc0c9fa2f | |
parent | 7ead15a56fcd175fba39e9126349049ab28033d8 (diff) | |
download | FreeBSD-src-d14269bd46354e97dd79e8095b884c37fba7f0e8.zip FreeBSD-src-d14269bd46354e97dd79e8095b884c37fba7f0e8.tar.gz |
Install otp-md{4,5} bits.
PR: 14911
Submitted-by: Lyndon Nerenberg <lyndon@orthanc.ab.ca>
-rw-r--r-- | usr.bin/opiekey/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/opiekey/Makefile b/usr.bin/opiekey/Makefile index 6c43636..01482a7 100644 --- a/usr.bin/opiekey/Makefile +++ b/usr.bin/opiekey/Makefile @@ -11,6 +11,11 @@ CFLAGS+=-I${OPIE_DIST} DPADD= ${LIBOPIE} ${LIBMD} LDADD= -lopie -lmd +LINKS= ${BINDIR}/opiekey ${BINDIR}/otp-md4 +LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-md5 + +MLINKS= opiekey.1 otp-md4.1 opiekey.1 otp-md5.1 + .PATH: ${OPIE_DIST} .include <bsd.prog.mk> |