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
Sync usage with man page.
[netbsd-mini2440.git]
/
libexec
/
rexecd
/
Makefile
blob
d70203cce3305d677822d016f84f6b6e2b651474
1
# $NetBSD: Makefile,v 1.9 2005/03/04 20:41:09 he Exp $
2
# from @(#)Makefile 8.1 (Berkeley) 6/4/93
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
rexecd
7
MAN
=
rexecd
.8
8
9
.if
${
USE_PAM
} !=
"no"
10
11
CPPFLAGS
+= -
DUSE_PAM
-
DPAM_DEBUG
12
LDADD
+= -
lpam
${
PAM_STATIC_LDADD
}
13
DPADD
+= ${
LIBPAM
} ${
PAM_STATIC_DPADD
}
14
15
.
else
16
17
LDADD
+= -
lcrypt
18
DPADD
+= ${
LIBCRYPT
}
19
20
.
endif
21
22
.
include
<
bsd.prog.mk
>