diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-09-05 15:49:22 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-09-05 15:49:22 +0000 |
| commit | 55ec07f91d773f513ce6737bff154f1b59d740cf (patch) | |
| tree | fc351927db9fe1a28116c4bcf139e54ae0cdfc8c /make.1 | |
| parent | e0f69e1d23f496f590728b9bb0cf0778e4df1210 (diff) | |
Diffstat (limited to 'make.1')
| -rw-r--r-- | make.1 | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.220 2013/07/30 19:09:57 sjg Exp $ +.\" $NetBSD: make.1,v 1.222 2013/08/11 09:53:49 apb Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" -.Dd July 30, 2013 +.Dd August 11, 2013 .Dt MAKE 1 .Os .Sh NAME @@ -1971,6 +1971,12 @@ If the source is the special .Ic .DOTLAST target, then the current working directory is searched last. +.It Ic .PATH. Ns Va suffix +Like +.Ic .PATH +but applies only to files with a particular suffix. +The suffix must have been previously declared with +.Ic .SUFFIXES . .It Ic .PHONY Apply the .Ic .PHONY |
