mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
e73674c6f6
ITS4 is a tool that statically scans C and C++ source code for potential security vulnerabilities.
12 lines
466 B
Plaintext
12 lines
466 B
Plaintext
--- Makefile.in.orig Mon Feb 21 11:53:17 2000
|
|
+++ Makefile.in Tue Feb 22 09:16:02 2000
|
|
@@ -24,7 +24,7 @@
|
|
$(INSTALL) vulns.i4d $(INSTALL_DATADIR)
|
|
$(INSTALL) -d $(INSTALL_MANDIR)/man1
|
|
$(INSTALL) docs/its4.1 $(INSTALL_MANDIR)/man1/
|
|
- echo "Installation complete."
|
|
+ @echo "Installation complete."
|
|
|
|
# Dependencies generated by g++ -M *.C | dependstrip >> Makefile.in
|
|
config.o: config.C config.H vulninfo.H formatter.H vulndb.H dict.H fatal.H query.H strpool.H
|