Deleted Added
sdiff udiff text old ( 296637 ) new ( 297040 )
full compact
1.\" $NetBSD: make.1,v 1.254 2016/02/20 01:43:28 wiz Exp $
2.\"
3.\" Copyright (c) 1990, 1993
4.\" The Regents of the University of California. All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright

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

680or preceding directory components; also known as
681.Ql Va * .
682The suffix must be one of the known suffixes declared with
683.Ic .SUFFIXES
684or it will not be recognized.
685.It Va .TARGET
686The name of the target; also known as
687.Ql Va @ .
688.El
689.Pp
690The shorter forms
691.Ql ( Va \*[Gt] ,
692.Ql Va \&! ,
693.Ql Va \*[Lt] ,
694.Ql Va % ,
695.Ql Va \&? ,

--- 1619 unchanged lines hidden ---