NetBSD/usr.bin/rsh/Makefile

14 lines
254 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.20 2009/04/14 22:15:25 lukem Exp $
1997-02-16 18:01:02 +03:00
# from: @(#)Makefile 8.1 (Berkeley) 7/19/93
1993-03-21 12:45:37 +03:00
2002-09-19 15:31:21 +04:00
.include <bsd.own.mk>
2007-05-28 16:06:17 +04:00
USE_FORT?=yes # network client
1993-03-21 12:45:37 +03:00
PROG= rsh
SRCS= rsh.c getport.c
2002-09-19 15:31:21 +04:00
.PATH: ${NETBSDSRCDIR}/usr.bin/rlogin
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>