diff options
Diffstat (limited to '')
-rw-r--r-- | cipher/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am index 3d9a5cb93..e68ee19fc 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -99,4 +99,9 @@ rndlinux: $(srcdir)/rndlinux.c rndegd: $(srcdir)/rndegd.c $(COMPILE) $(DYNLINK_MOD_CFLAGS) -o rndegd $(srcdir)/rndegd.c +# We need to have a better system for selection which modules +# to compile. For now this works. +rndw32: $(srcdir)/rndw32.c + echo "#!/bin/sh" >rndw32 + echo "Not usable as a module" >>rndw32 |