b45d036f4c
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>
10 lines
289 B
Text
10 lines
289 B
Text
--- 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)
|