Home
last modified time | relevance | path

Searched refs:outmk (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.sbin/crunchgen/
H A Dcrunchgen.c792 FILE *outmk; in gen_output_makefile() local
802 top_makefile_rules(outmk); in gen_output_makefile()
808 fclose(outmk); in gen_output_makefile()
901 fprintf(outmk, ".endif\n"); in top_makefile_rules()
904 fprintf(outmk, ".endif\n"); in top_makefile_rules()
909 fprintf(outmk, "LIBS="); in top_makefile_rules()
912 output_strlst(outmk, libs); in top_makefile_rules()
917 fprintf(outmk, "\n"); in top_makefile_rules()
922 fprintf(outmk, "\n\n"); in top_makefile_rules()
924 fprintf(outmk, "CLIB=\n"); in top_makefile_rules()
[all …]