xref: /csrg-svn/libexec/rshd/Makefile (revision 61448)
1*61448Sbostic#	@(#)Makefile	8.1 (Berkeley) 06/04/93
235576Sbostic
341627SbosticPROG=	rshd
459332SbosticCFLAGS+=-DKERBEROS -DCRYPT
559332SbosticSRCS=	rshd.c des_rw.c
641627SbosticMAN8=	rshd.0
759332SbosticDPADD=	${LIBKRB} ${LIBDES}
859332SbosticLDADD=	-lkrb -ldes
941627Sbostic.PATH: ${.CURDIR}/../../usr.bin/rlogin
1035576Sbostic
1141627Sbostic.include <bsd.prog.mk>
12