don't need to get includes from ftp, clean vers.c, version, y.tab.h
[unix-history] / usr / src / libexec / rshd / Makefile
# @(#)Makefile 5.5 (Berkeley) %G%
PROG= rshd
CFLAGS+=-DKERBEROS
SRCS= rshd.c des_rw.c
MAN8= rshd.0
DPADD= ${LIBUTIL} ${LIBKRB} ${LIBDES}
LDADD= -lutil -lkrb -ldes
.PATH: ${.CURDIR}/../../usr.bin/rlogin
.include <bsd.prog.mk>