1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/libexec/rshd/Makefile
1994-08-05 21:24:58 +00:00

12 lines
224 B
Makefile

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