|
From: <ssm...@us...> - 2008-01-23 20:53:42
|
Revision: 2744
http://selinux.svn.sourceforge.net/selinux/?rev=2744&view=rev
Author: ssmalley
Date: 2008-01-23 12:53:41 -0800 (Wed, 23 Jan 2008)
Log Message:
-----------
Add clean target
Modified Paths:
--------------
trunk/policycoreutils/audit2why/Makefile
Modified: trunk/policycoreutils/audit2why/Makefile
===================================================================
--- trunk/policycoreutils/audit2why/Makefile 2008-01-23 20:51:55 UTC (rev 2743)
+++ trunk/policycoreutils/audit2why/Makefile 2008-01-23 20:53:41 UTC (rev 2744)
@@ -12,3 +12,5 @@
install -m 755 $(TARGETS) $(BINDIR)
-mkdir -p $(MANDIR)/man1
install -m 644 audit2why.1 $(MANDIR)/man1/
+
+clean:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|