$NetBSD: patch-support_makebin_Makefile_in,v 1.1 2013/10/21 15:12:38 ryoon Exp $ Actually define all the targets used by the package's upper-level makefiles. --- support/makebin/Makefile.in.orig 2007-01-03 21:19:58.000000000 +0000 +++ support/makebin/Makefile.in @@ -10,6 +10,8 @@ include $(top_builddir)/Makefile.common all: $(BIN) +dep: ; + $(BIN): $(OBJ) mkdir -p $(top_builddir)/bin $(CC) $(LDFLAGS) -o $(BIN) $(OBJ)