NetBSD/libexec/rshd/Makefile

13 lines
278 B
Makefile
Raw Normal View History

1994-06-05 19:33:20 +04:00
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
# $Id: Makefile,v 1.4 1994/06/05 15:33:20 cgd Exp $
1993-03-21 12:45:37 +03:00
PROG= rshd
1994-06-05 19:33:20 +04:00
CFLAGS+=-DKERBEROS -DCRYPT
SRCS= rshd.c des_rw.c
1993-03-21 12:45:37 +03:00
MAN8= rshd.0
1994-06-05 19:33:20 +04:00
DPADD= ${LIBKRB} ${LIBDES}
LDADD= -lkrb -ldes
1993-03-21 12:45:37 +03:00
.PATH: ${.CURDIR}/../../usr.bin/rlogin
.include <bsd.prog.mk>