head 1.1; access; symbols pkgsrc-2026Q3:1.1.0.2 pkgsrc-2026Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2026.09.03.14.39.36; author leot; state Exp; branches; next ; commitid GaCvc3eXZkCCwbUG; desc @@ 1.1 log @genpasswd: Actually add patches too Accidentally missed in previous commit. @ text @$NetBSD$ Honor LDFLAGS --- Makefile.orig 2026-09-03 14:36:06.748585061 +0000 +++ Makefile @@@@ -46,7 +46,7 @@@@ FILES = Makefile \ genpasswd.man $(PROG): genpasswd.o - $(CC) $(CFLAGS) -o $@@ $? $(LIBS) + $(CC) $(CFLAGS) $(LDFLAGS) -o $@@ $? $(LIBS) inst-all: install install.man @