Deleted Added
sdiff udiff text old ( 289846 ) new ( 289870 )
full compact
1#################################################################
2#
3# General notes:
4#
5# A number of Make variables are used to generate the crunchgen config file.
6#
7# CRUNCH_SRCDIRS: lists directories to search for included programs
8# CRUNCH_PROGS: lists programs to be included
9# CRUNCH_LIBS: libraries to statically link with
10# CRUNCH_SHLIBS: libraries to dynamically link with

--- 9 unchanged lines hidden (view full) ---

20# By default, any name appearing in CRUNCH_PROGS or CRUNCH_ALIAS_${P}
21# will be used to generate a hard link to the resulting binary.
22# Specific links can be suppressed by setting
23# CRUNCH_SUPPRESS_LINK_${NAME} to 1.
24#
25# If CRUNCH_GENERATE_LINKS is set to no, no links will be generated.
26#
27
28# $FreeBSD: head/share/mk/bsd.crunchgen.mk 289846 2015-10-23 19:41:58Z bdrewery $
29
30##################################################################
31# The following is pretty nearly a generic crunchgen-handling makefile
32#
33
34CONF= ${PROG}.conf
35OUTMK= ${PROG}.mk
36OUTC= ${PROG}.c

--- 118 unchanged lines hidden ---