repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync with manuals from netbsd-8 branch.
[minix3.git]
/
usr.bin
/
rsh
/
Makefile
blob
a3be62dfdfcd6f65ebfed5d52ee18eec2a32bc4d
1
# $NetBSD: Makefile,v 1.20 2009/04/14 22:15:25 lukem Exp $
2
# from: @(#)Makefile 8.1 (Berkeley) 7/19/93
3
4
.
include
<
bsd.own.mk
>
5
6
USE_FORT?
=
yes
# network client
7
8
PROG
=
rsh
9
SRCS
=
rsh.c getport.c
10
11
.PATH
: ${
NETBSDSRCDIR
}/
usr.bin
/
rlogin
12
13
.
include
<
bsd.prog.mk
>