This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
091d453222
freebsd-dev
/
lib
/
libpam
/
modules
/
pam_exec
/
Makefile
10 lines
94 B
Makefile
Raw
Normal View
History
Unescape
Escape
Just to show that PAM can do almost anything from the ridiculous to the obscene, or - as they say in New York - sophisticated, add pam_echo(8) and pam_exec(8) to our ever-lengthening roster of PAM modules. Sponsored by: DARPA, NAI Labs.
2002-05-23 22:03:06 +00:00
# $FreeBSD$
style.Makefile(5) police (I've tried to keep to the spirit of the original formatting) Reviewed by: des
2003-03-09 20:06:38 +00:00
LIB
=
pam_exec
SRCS
=
pam_exec.c
MAN
=
pam_exec.8
Build lib/ with WARNS=6 by default. Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway.
2010-01-02 09:58:07 +00:00
WARNS
?=
1
Just to show that PAM can do almost anything from the ridiculous to the obscene, or - as they say in New York - sophisticated, add pam_echo(8) and pam_exec(8) to our ever-lengthening roster of PAM modules. Sponsored by: DARPA, NAI Labs.
2002-05-23 22:03:06 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
l
i
b
.
m
k
>
Reference in New Issue
Copy Permalink