aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeraphim Mellos <mellos@ceid.upatras.gr>2008-07-26 14:07:48 +0300
committerSeraphim Mellos <mellos@ceid.upatras.gr>2008-07-26 14:07:48 +0300
commit74e350cade954b34d314b1e388f2e829da58a888 (patch)
tree18db759ee326c8c923f8674fcb2b1c5e9051f19f /modules/pam_unix/Makefile
parentMinor fixes all over (diff)
parentMerge branch 'wheel' (diff)
downloadopenpam-modules-74e350cade954b34d314b1e388f2e829da58a888.tar.gz
openpam-modules-74e350cade954b34d314b1e388f2e829da58a888.tar.bz2
openpam-modules-74e350cade954b34d314b1e388f2e829da58a888.zip
Merge branch 'master' of ssh://planet-algol.com/home/fim/gsoc/openpam-modules
Diffstat (limited to 'modules/pam_unix/Makefile')
-rw-r--r--modules/pam_unix/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/pam_unix/Makefile b/modules/pam_unix/Makefile
index ae80af4..34ed3f0 100644
--- a/modules/pam_unix/Makefile
+++ b/modules/pam_unix/Makefile
@@ -23,7 +23,6 @@ all:
case "`uname -s`" in \
Linux) $(MAKE) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
LDLIBS="$(LDLIBS)" $(PROJ);;\
- FreeBSD) echo "Not yet supported.";;\
*) echo "OS not supported.";;\
esac