--- cvs_ltp.orig/testcases/kernel/containers/pidns/Makefile	2008-09-10 14:24:58.000000000 +0800
+++ cvs_ltp/testcases/kernel/containers/pidns/Makefile	2008-09-12 13:35:34.000000000 +0800
@@ -36,4 +36,6 @@ clean:
 	rm -f $(TARGETS) *.o
 
 install:
+ifeq ($(HAS_UNSHARE),y)
 	@set -e; for i in $(TARGETS) runpidnstest.sh check_pidns_enabled; do ln -f $$i ../../../bin/$$i ; chmod +x runpidnstest.sh ; done
+endif
