93d36fc9d8
Change-Id: I83d908bbe17f04826e9b5c3a220a5bb2c3a51c80
13 lines
254 B
Makefile
13 lines
254 B
Makefile
# $NetBSD: Makefile,v 1.20 2009/04/14 22:15:25 lukem Exp $
|
|
# from: @(#)Makefile 8.1 (Berkeley) 7/19/93
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
USE_FORT?=yes # network client
|
|
|
|
PROG= rsh
|
|
SRCS= rsh.c getport.c
|
|
|
|
.PATH: ${NETBSDSRCDIR}/usr.bin/rlogin
|
|
|
|
.include <bsd.prog.mk>
|