fragment

Name

fragment  --  include a makefile fragment

Synopsis

fragment {file}

Description

fragment includes a local makefile fragment, file, that does not need to be fetched (i.e. already exists in the local tree).

Example

Include the file my_rules.mak:

    fragment my_rules.mak
    

See Also

make_rules(3)