blob: 0b448aa07f349c8eb5f8080e2b19628ec290c504 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# @(#)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>
|