Index: /trunk/archive/pslib/Makefile
===================================================================
--- /trunk/archive/pslib/Makefile	(revision 181)
+++ /trunk/archive/pslib/Makefile	(revision 182)
@@ -1,3 +1,3 @@
-# $Id: Makefile,v 1.1 2004-03-10 00:04:12 price Exp $
+# $Id: Makefile,v 1.2 2004-03-10 02:03:16 rhl Exp $
 SHELL = /bin/sh
 DIRS = include
@@ -9,4 +9,9 @@
 tags:
 	etags `find . \( -name \*.[ch] -o -name \*.cpp \) -print`
+#
+# Assumes that Utilities is checked out one level up
+#
+check :
+	../Utilities/bin/check-namespace -d `find . -name \*.[ha] -print`
 
 clean:
