This was made conditional, but the code part was accidentally left
untouched due to having ported it locally to use __progname, which
caused build failures on the stock repo.
Fixes: commit 046621d7967e7a0f08ae988bcf7e4cd1b6cf204c
local-link.h \
merge.c \
pidfile.c \
- progname.c \
pwcache.c \
radixsort.c \
readpassphrase.c \
vis.c \
# EOL
+if NEED_PROGNAME
+libbsd_la_SOURCES += \
+ progname.c \
+ # EOL
+endif
+
if NEED_BSD_GETOPT
libbsd_la_SOURCES += \
bsd_getopt.c \