freebsd_amp_hwpstate/libexec/rshd/Makefile

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>