diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2016-03-18 17:27:26 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2016-03-18 17:27:26 +0000 |
| commit | b7ff84ad756783ecadb3ce2c732c71c4c7d8e1f7 (patch) | |
| tree | 47fec856229f91907fcbed90c856ed5248d72bef /bmake.1 | |
| parent | d58aa1959ce6eb99db9e15b1f59db03cfd79069b (diff) | |
Notes
Diffstat (limited to 'bmake.1')
| -rw-r--r-- | bmake.1 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.254 2016/02/20 01:43:28 wiz Exp $ +.\" $NetBSD: make.1,v 1.255 2016/03/14 07:42:15 matthias Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -685,6 +685,9 @@ or it will not be recognized. .It Va .TARGET The name of the target; also known as .Ql Va @ . +For compatibility with other makes this is an alias for +.Ic .ARCHIVE +in archive member rules. .El .Pp The shorter forms |
