This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
openrc
Watch
1
Star
0
Fork
0
You've already forked openrc
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dc712a109e
openrc
/
mk
/
pam.mk
7 lines
92 B
Makefile
Raw
Normal View
History
Unescape
Escape
Stop using CPPFLAGS
2008-01-07 15:09:44 +05:30
LIBPAM
?=
-lpam
Use CPPFLAGS so we work with -combine in CFLAGS.
2008-06-20 04:42:00 +05:30
CPPFLAGS
+=
-DHAVE_PAM
Stop using CPPFLAGS
2008-01-07 15:09:44 +05:30
LDADD
+=
${
LIBPAM
}
Add some .mk stubs to impersonate bsk .mk files to make writing our Makefiles easier. libeinfo, librc and rc now have their own seperate directories. More work is needed to tidy this up though.
2008-01-06 00:55:55 +05:30
Stop using CPPFLAGS
2008-01-07 15:09:44 +05:30
PAMDIR
?=
/etc/pam.d
PAMMODE
?=
0644
Reference in New Issue
Copy Permalink