NetBSD/libexec/rshd/Makefile

10 lines
197 B
Makefile
Raw Normal View History

1993-08-01 09:37:30 +04:00
# from: @(#)Makefile 5.6 (Berkeley) 9/27/90
1994-01-28 03:31:32 +03:00
# $Id: Makefile,v 1.3 1994/01/28 00:32:35 cgd Exp $
1993-03-21 12:45:37 +03:00
PROG= rshd
SRCS= rshd.c
MAN8= rshd.0
.PATH: ${.CURDIR}/../../usr.bin/rlogin
.include <bsd.prog.mk>