freebsd_amp_hwpstate/libexec/rshd/Makefile

12 lines
224 B
Makefile
Raw Normal View History

1994-05-27 12:39:25 +00:00
# @(#)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
1994-05-27 12:39:25 +00:00
.PATH: ${.CURDIR}/../../usr.bin/rlogin
.include <bsd.prog.mk>