1 --- portmap/Makefile.orig 2004-10-31 01:54:48.073875024 -0400
2 +++ portmap/Makefile 2004-10-31 01:54:58.395305928 -0400
4 # no access control tables. The local system, since it runs the portmap
5 # daemon, is always treated as an authorized host.
7 -HOSTS_ACCESS= -DHOSTS_ACCESS
8 -WRAP_LIB = $(WRAP_DIR)/libwrap.a
10 # Comment out if your RPC library does not allocate privileged ports for
11 # requests from processes with root privilege, or the new portmap will
14 AUX = # daemon.o strerror.o
25 -COPT = $(CONST) -Dperror=xperror $(HOSTS_ACCESS) $(CHECK_PORT) \
26 +COPT = $(CONST) -Dperror=xperror $(CHECK_PORT) \
27 $(SYS) -DFACILITY=$(FACILITY) $(ULONG) $(ZOMBIES) $(SA_LEN) \
28 $(LOOPBACK) $(SETPGRP)
29 CFLAGS = $(COPT) $(O) $(NSARCHS)
32 all: portmap pmap_dump pmap_set
34 -portmap: $(OBJECTS) $(WRAP_DIR)/libwrap.a
36 $(CC) $(CFLAGS) -o $@ $(OBJECTS) $(WRAP_LIB) $(LIBS)
38 pmap_dump: pmap_dump.c