diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-03-08 02:47:30 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-03-08 02:47:30 +0000 |
commit | 7271950daea01853ef9cbfb58b25fce6f6c7dbf1 (patch) | |
tree | c90c6a4cba546dd5ed638b0581b785ffb16bed60 /usr.bin/make | |
parent | 4f24a984ecfe8b8518e6a973ec0665dae7bd21f9 (diff) |
Add some references, most of these were removed when we stopped building
and installing USD/SMM/PSD docs.
jmc@ agrees with the direction, ok millert@ on an earlier diff
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/make.1 | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 0d20a5100ae..0bb83d9b371 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.131 2020/01/26 12:40:50 espie Exp $ +.\" $OpenBSD: make.1,v 1.132 2021/03/08 02:47:28 jsg Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)make.1 8.4 (Berkeley) 3/19/94 .\" -.Dd $Mdocdate: January 26 2020 $ +.Dd $Mdocdate: March 8 2021 $ .Dt MAKE 1 .Os .Sh NAME @@ -1551,6 +1551,20 @@ utility exits with a value of 0 on success, and >0 if an error occurred. .Xr getcwd 3 , .Xr uname 3 , .Xr re_format 7 +.Rs +.%A S. I. Feldman +.%T Make \(em A Program for Maintaining Computer Programs +.%I AT&T Bell Laboratories +.%R Computing Science Technical Report +.%N 57 +.%D April 1979 +.Re +.Rs +.\" 4.4BSD PSD:12 +.%A Adam de Boor +.%T PMake \(em A Tutorial +.%B 4.4BSD Programmer's Supplementary Documents (PSD) +.Re .Sh STANDARDS The .Nm |