Release 1.4.1.1.
[misc] / Makefile.am
index 2e70051..4ec1502 100644 (file)
@@ -122,11 +122,13 @@ endif
 
 ## x86 model identification
 if X86
+if HAVE_MLIB
 bin_PROGRAMS           += x86-model
 x86_model_SOURCES       = x86-model.c
 x86_model_LDADD                 = $(mLib_LIBS)
 dist_man_MANS          += x86-model.1
 endif
+endif
 
 ###--------------------------------------------------------------------------
 ### Tools in scripts.
@@ -181,6 +183,9 @@ hush.1: hush.1.in Makefile
 dist_bin_SCRIPTS       += with-umask
 dist_man_MANS          += with-umask.1
 
+dist_bin_SCRIPTS       += sshsvc-mkauthkeys
+dist_man_MANS          += sshsvc-mkauthkeys.1
+
 ## bash scripts.
 if HAVE_BASH