Add man8 for install and clean target
Index: ccstools-1.7.2-20100401/Makefile
===================================================================
--- ccstools-1.7.2-20100401.orig/Makefile	2010-04-04 00:44:03.000000000 +0900
+++ ccstools-1.7.2-20100401/Makefile	2010-04-04 00:44:11.000000000 +0900
@@ -6,12 +6,15 @@
 
 ALIAS_LIST = ccs-auditd ccs-queryd ccs-pstree ccs-checkpolicy ccs-editpolicy ccs-findtemp ccs-ld-watch ccs-loadpolicy ccs-pathmatch ccs-patternize ccs-savepolicy ccs-setlevel ccs-setprofile ccs-sortpolicy ccs-diffpolicy ccs-selectpolicy
 
-all: main misc
+all: main misc man8
 
 main: $(MAIN_FILES)
 
 misc: $(MISC_FILES)
 
+man8: 
+	(cd $(CURDIR)/man; $(MAKE))
+
 install: all
 	mkdir -p $(INSTALLDIR)/usr/lib/ccs $(INSTALLDIR)/sbin $(INSTALLDIR)/usr/sbin
 	chmod 755 $(INSTALLDIR)/usr/lib/ccs
