10 lines
197 B
Makefile
10 lines
197 B
Makefile
# from: @(#)Makefile 5.6 (Berkeley) 9/27/90
|
|
# $Id: Makefile,v 1.3 1994/01/28 00:32:35 cgd Exp $
|
|
|
|
PROG= rshd
|
|
SRCS= rshd.c
|
|
MAN8= rshd.0
|
|
.PATH: ${.CURDIR}/../../usr.bin/rlogin
|
|
|
|
.include <bsd.prog.mk>
|