freebsd-dev/libexec/rexecd/Makefile
Mark Murray 20934175ae 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.
2001-07-09 17:34:22 +00:00

13 lines
203 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$
PROG= rexecd
MAN= rexecd.8
CFLAGS= -DOPIE
DPADD= ${LIBOPIE} ${LIBMD} ${LIBCRYPT} ${LIBUTIL}
LDADD= -lopie -lmd -lcrypt -lutil
.include <bsd.prog.mk>