d3301b5dff
fixes PR pkg/36813, PR pkg/38002, and the still relevant parts of pkg/36811 (IPv6 is no longer optional)
13 lines
408 B
Text
13 lines
408 B
Text
$NetBSD: patch-ag,v 1.3 2010/02/23 20:37:06 spz Exp $
|
|
|
|
--- programs/irr_notify/Makefile.orig 2001-08-09 20:42:26.000000000 +0000
|
|
+++ programs/irr_notify/Makefile
|
|
@@ -28,7 +28,7 @@ libnfy.a: $(LIBOBJS)
|
|
$(RANLIB) $@
|
|
|
|
install: $(GOAL)
|
|
- $(INSTALL) -m 755 -o root -g bin $(GOAL) $(DESTDIR)/$(GOAL)
|
|
+ $(INSTALL) $(GOAL) $(DESTDIR)$(sbindir)/$(GOAL)
|
|
|
|
clean:
|
|
$(RM) *.a *.o core *.core *~* *.purify $(GOAL)
|