diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-04 13:57:33 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-04 13:57:33 +0000 |
commit | b45d036f4c06c5704df0b3a26b12911d6a376df8 (patch) | |
tree | 0cf45bc542c562c4d918d6526018dcff037218b3 /security/dcetest/files/patch-Makefile | |
parent | irc.d script for security/snort (diff) |
new port: dump MSRPC information
One-file-port, from @stake. This dumps information from
remote RPC. Much like "rpcinfo -p host" on unix hosts.
Please check my patches: I removed an unused function so
this wouldn't be marked as a security sensitive port, and
I'm not sure my Makefile change respects CFLAGS.
PR: ports/46991
Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
Notes
Notes:
svn path=/head/; revision=88535
Diffstat (limited to 'security/dcetest/files/patch-Makefile')
-rw-r--r-- | security/dcetest/files/patch-Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/dcetest/files/patch-Makefile b/security/dcetest/files/patch-Makefile new file mode 100644 index 000000000000..9a12138dcf38 --- /dev/null +++ b/security/dcetest/files/patch-Makefile @@ -0,0 +1,10 @@ +--- Makefile.orig Sat Jan 11 06:22:46 2003 ++++ Makefile Sat Jan 11 06:23:10 2003 +@@ -1,6 +1,6 @@ + .SUFFIXES: .a .o .c + CC = gcc +-CFLAGS = -Wall -funsigned-char -c -fPIC -ggdb ++CFLAGS += -Wall -funsigned-char -c -fPIC -ggdb + + BINS = dcetest + ALL = $(BINS) |