diff options
author | cheloha <cheloha@cvs.openbsd.org> | 2019-02-07 03:10:15 +0000 |
---|---|---|
committer | cheloha <cheloha@cvs.openbsd.org> | 2019-02-07 03:10:15 +0000 |
commit | 73a64068948fb620c60ddced157f853b415fb08c (patch) | |
tree | 2918c6964d6ff6e1abde3d52ef7d5f65693017e6 /share/man | |
parent | 2c46ff7fbf4ad2b58408189f924ebde7470d3609 (diff) |
deraadt@ says "don't wait" re. adding timeradd.3 to this Makefile...
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile index 17bd8b6bfb3..69ec7f23d34 100644 --- a/share/man/man3/Makefile +++ b/share/man/man3/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.29 2016/03/30 06:38:43 jmc Exp $ +# $OpenBSD: Makefile,v 1.30 2019/02/07 03:10:14 cheloha Exp $ # @(#)Makefile 8.2 (Berkeley) 12/13/93 MAN= assert.3 bitstring.3 CMSG_DATA.3 dlfcn.3 dl_iterate_phdr.3 end.3 \ - intro.3 makedev.3 offsetof.3 queue.3 stdarg.3 sysexits.3 tree.3 + intro.3 makedev.3 offsetof.3 queue.3 stdarg.3 sysexits.3 timeradd.3 \ + tree.3 .include <bsd.prog.mk> |