$NetBSD: patch-bc,v 1.1 2001/08/09 13:49:02 wennmach Exp $ Do not install libroken and its header files. --- lib/roken/Makefile.in.orig Sun Aug 5 12:48:51 2001 +++ lib/roken/Makefile.in Sun Aug 5 12:50:40 2001 @@ -175,17 +175,8 @@ $(CC) -c $(CPPFLAGS) $(DEFS) -I../../include -I$(srcdir) $(CFLAGS) $(PICFLAGS) $< install: all - $(MKINSTALLDIRS) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) - $(INSTALL_DATA) $(LIB) $(DESTDIR)$(libdir)/$(LIB) - for x in $(include_HEADERS); do \ - $(INSTALL_DATA) $(srcdir)/$$x $(DESTDIR)$(includedir)/$$x; \ - done uninstall: - rm -f $(DESTDIR)$(libdir)/$(LIB) - for x in $(include_HEADERS); do \ - rm -f $(DESTDIR)$(includedir)/$$x; \ - done TAGS: $(SOURCES) etags $(SOURCES)