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
4f2bb5ceaf
openrc
/
mk
/
pam.mk
7 lines
90 B
Makefile
Raw
Normal View
History
Unescape
Escape
Stop using CPPFLAGS
2008-01-07 15:09:44 +05:30
LIBPAM
?=
-lpam
CFLAGS
+=
-DHAVE_PAM
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