repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
test: Sync with FreeBSD.
[dragonfly.git]
/
libexec
/
rshd
/
Makefile
blob
b354107fe3d9732ffd60861f677b1342fcd56a4f
1
# From: @(#)Makefile 8.1 (Berkeley) 6/4/93
2
# $FreeBSD: src/libexec/rshd/Makefile,v 1.15.2.3 2001/04/25 10:40:59 ru Exp $
3
4
PROG
=
rshd
5
MAN
=
rshd
.8
6
7
#CFLAGS+= -DCRYPT
8
9
# For login_cap handling
10
CFLAGS
+=-
DLOGIN_CAP
11
DPADD
+= ${
LIBUTIL
}
12
LDADD
+= -
lutil
13
14
# IPv6 support
15
CFLAGS
+= -
DINET6
16
17
.
include
<
bsd.prog.mk
>