summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-09-23 11:01:36 +0000
committerArthur de Jong <arthur@arthurdejong.org>2007-09-23 11:01:36 +0000
commit31faddb50122d2243541d9b291bfa9b32f3e742b (patch)
tree7d83f11cbe0b3d4485862641b58830bbc8e96f79 /Makefile.am
parent00feaa685a84fdc253d84e0850767cdb8127ae5a (diff)
remove pscan target as these checks are sufficiently covered by the other tests
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@417 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index cb2377b..94a3bbf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -73,10 +73,6 @@ changelog:
flawfinder.html:
flawfinder --quiet --html --context --followdotdir . > $@
-pscan.txt:
- find . -name '*.[ch]' -print0 | \
- xargs -0 pscan -w > $@
-
rats.html:
rats --quiet --html --context . > $@
@@ -92,4 +88,4 @@ splint.txt:
-D__u16=uint16_t -D__u32=uint32_t \
*.[ch] nss/*.[ch] nslcd/*.[ch] > $@ 2>&1
-.PHONY: flawfinder.html pscan.txt rats.html splint.txt
+.PHONY: flawfinder.html rats.html splint.txt