diff options
author | Roy Marples <roy@marples.name> | 2007-09-06 13:00:03 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-06 13:00:03 +0000 |
commit | ba4b5d5b7fab28557e0dda9b5a2191d110118857 (patch) | |
tree | 733647e353bc56650e4607081d8f9fa15596ca48 /src/Makefile.pam | |
parent | d095d4d8f508276e924e433c8fa7f6ec02e0a92b (diff) |
Makefile in src now supports pmake as used on the BSDs.
Diffstat (limited to 'src/Makefile.pam')
-rw-r--r-- | src/Makefile.pam | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.pam b/src/Makefile.pam new file mode 100644 index 00000000..b4ba0194 --- /dev/null +++ b/src/Makefile.pam @@ -0,0 +1,2 @@ +CPPFLAGS_SSD = -DHAVE_PAM +LDLIBS_SSD = -lpam |