summaryrefslogtreecommitdiffstats
path: root/libexec/rexecd/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-07-09 17:34:22 +0000
committermarkm <markm@FreeBSD.org>2001-07-09 17:34:22 +0000
commit84b43d43754c0f108200d2d8c22d0a27bd8ec17c (patch)
treea80089ac8a75f1c2b2608dc52c99f8714719fcd4 /libexec/rexecd/Makefile
parentd5a4de320ff715932d1878580aacd2e0a6a24762 (diff)
downloadFreeBSD-src-84b43d43754c0f108200d2d8c22d0a27bd8ec17c.zip
FreeBSD-src-84b43d43754c0f108200d2d8c22d0a27bd8ec17c.tar.gz
Goodbye S/Key, Hello OPIE.
I believe I have done due dilligence on this, but I'd appreciate decent test scenarios and sucess (or failure) reports.
Diffstat (limited to 'libexec/rexecd/Makefile')
-rw-r--r--libexec/rexecd/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/libexec/rexecd/Makefile b/libexec/rexecd/Makefile
index 59d0260..4fc7190 100644
--- a/libexec/rexecd/Makefile
+++ b/libexec/rexecd/Makefile
@@ -3,9 +3,10 @@
PROG= rexecd
MAN= rexecd.8
-CFLAGS+= -DSKEY
-DPADD= ${LIBSKEY} ${LIBMD} ${LIBCRYPT} ${LIBUTIL}
-LDADD= -lskey -lmd -lcrypt -lutil
+CFLAGS= -DOPIE
+
+DPADD= ${LIBOPIE} ${LIBMD} ${LIBCRYPT} ${LIBUTIL}
+LDADD= -lopie -lmd -lcrypt -lutil
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud