aboutsummaryrefslogtreecommitdiffstats
path: root/openbsd-compat/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/Makefile.am')
-rw-r--r--openbsd-compat/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/openbsd-compat/Makefile.am b/openbsd-compat/Makefile.am
index 0c4b900f..9993ec3b 100644
--- a/openbsd-compat/Makefile.am
+++ b/openbsd-compat/Makefile.am
@@ -2,8 +2,9 @@ noinst_LIBRARIES = libopenbsd-compat.a
libopenbsd_compat_a_SOURCES = empty.c
-libopenbsd_compat_a_SOURCES += bsd-misc.c
-
+if NEED_PROGNAME
+libopenbsd_compat_a_SOURCES += progname.c
+endif
if NEED_ARC4RANDOM
libopenbsd_compat_a_SOURCES += arc4random.c