mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
732 B

  1. --- ./Makefile.orig 2004-07-20 19:23:44.000000000 -0400
  2. +++ ./Makefile 2004-07-20 19:28:48.000000000 -0400
  3. @@ -16,7 +16,7 @@
  4. # tables. The local system, since it runs the portmap daemon, is always
  5. # treated as an authorized host.
  6. -HOSTS_ACCESS= -DHOSTS_ACCESS
  7. +#HOSTS_ACCESS= -DHOSTS_ACCESS
  8. # Comment out if your RPC library does not allocate privileged ports for
  9. # requests from processes with root privilege, or the new portmap will
  10. @@ -75,8 +75,8 @@
  11. all: portmap pmap_dump pmap_set
  12. -portmap: $(OBJECTS) $(WRAP_DIR)/libwrap.a
  13. - $(CC) $(CFLAGS) -o $@ $(OBJECTS) $(WRAP_DIR)/libwrap.a $(LIBS)
  14. +portmap: $(OBJECTS)
  15. + $(CC) $(CFLAGS) -o $@ $(OBJECTS) $(LIBS)
  16. pmap_dump: pmap_dump.c
  17. $(CC) $(CFLAGS) -o $@ $? $(LIBS)