components/openssh/Makefile
changeset 5821 7c212462920b
parent 5819 c5f05bd2a9bc
child 5823 d41c1305c674
--- a/components/openssh/Makefile	Wed Apr 20 13:13:57 2016 -0700
+++ b/components/openssh/Makefile	Wed Apr 20 13:13:57 2016 -0700
@@ -104,7 +104,7 @@
 
 # Copy Solaris specific source files and generate configuration script
 COMPONENT_PREP_ACTION += \
-    ( $(CP) sources/*.c $(@D)/; \
+    ( $(CP) sources/moduli sources/*.c $(@D)/; \
       cd $(@D); autoconf; \
     )