freebsd-dev/libexec/rshd/Makefile
1994-05-27 12:39:25 +00:00

12 lines
220 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/4/93
PROG= rshd
CFLAGS+=-DKERBEROS -DCRYPT
SRCS= rshd.c des_rw.c
MAN8= rshd.0
DPADD= ${LIBKRB} ${LIBDES}
LDADD= -lkrb -ldes
.PATH: ${.CURDIR}/../../usr.bin/rlogin
.include <bsd.prog.mk>