break out -x (encrypted sessions) with #ifdef CRYPT
[unix-history] / usr / src / libexec / rlogind / Makefile
# @(#)Makefile 5.9 (Berkeley) %G%
PROG= rlogind
CFLAGS+=-DKERBEROS -DCRYPT
SRCS= rlogind.c des_rw.c
MAN8= rlogind.0
DPADD= ${LIBUTIL} ${LIBKRB} ${LIBDES}
LDADD= -lutil -lkrb -ldes
.PATH: ${.CURDIR}/../../usr.bin/rlogin
.include <bsd.prog.mk>