Build with a pam_cap module.

Note, I've been confused about the capset/capget system calls.
It would seem that the current way(TM) is to get the raw API
from libc.
diff --git a/Makefile b/Makefile
index af46428..14f0dce 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,6 @@
 #
-# $Id: Makefile,v 1.1.1.1 1999/04/17 22:16:31 morgan Exp $
-#
 # Makefile for libcap
-
+#
 topdir=$(shell pwd)
 include Make.Rules
 
@@ -12,6 +10,7 @@
 
 all install clean: %: %-here
 	$(MAKE) -C libcap $(MAKE_DEFS) $@
+	$(MAKE) -C pam_cap $(MAKE_DEFS) $@
 	$(MAKE) -C progs $(MAKE_DEFS) $@
 	$(MAKE) -C doc $(MAKE_DEFS) $@