repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
libexec
/
rlogind
/
Makefile
blob
a4b7a82d008532f3b9d33b108b7250aa1e3a6b90
1
# $NetBSD: Makefile,v 1.11 2005/01/10 02:58:58 lukem Exp $
2
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
rlogind
7
MAN
=
rlogind
.8
8
DPADD
= ${
LIBUTIL
}
9
LDADD
= -
lutil
10
11
CPPFLAGS
+= -
DSUPPORT_UTMP
-
DSUPPORT_UTMPX
12
13
.if
(${
USE_INET6
} !=
"no"
)
14
CPPFLAGS
+= -
DINET6
15
.
endif
16
17
.
include
<
bsd.prog.mk
>