Add a case for librt (POSIX Real-time Library)
This commit is contained in:
parent
1b4d724c8e
commit
02d1b7838b
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: doc-syms,v 1.73 2003/01/12 01:30:34 thorpej Exp $
|
.\" $NetBSD: doc-syms,v 1.74 2003/01/22 23:37:08 thorpej Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1991, 1993
|
.\" Copyright (c) 1991, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -464,6 +464,7 @@
|
||||||
.if "\\$1"libposix" \&POSIX Compatibility Library (libposix, -lposix)
|
.if "\\$1"libposix" \&POSIX Compatibility Library (libposix, -lposix)
|
||||||
.if "\\$1"libpthread" \&POSIX Thread Library (libpthread, -lpthread)
|
.if "\\$1"libpthread" \&POSIX Thread Library (libpthread, -lpthread)
|
||||||
.if "\\$1"libresolv" \&DNS Resolver Library (libresolv, -lresolv)
|
.if "\\$1"libresolv" \&DNS Resolver Library (libresolv, -lresolv)
|
||||||
|
.if "\\$1"librt" \&POSIX Real-time Library (librt, -lrt)
|
||||||
.if "\\$1"libtermcap" \&Termcap Access Library (libtermcap, -ltermcap)
|
.if "\\$1"libtermcap" \&Termcap Access Library (libtermcap, -ltermcap)
|
||||||
.if "\\$1"libusbhid" \&USB Human Interface Devices Library (libusbhid, -lusbhid)
|
.if "\\$1"libusbhid" \&USB Human Interface Devices Library (libusbhid, -lusbhid)
|
||||||
.if "\\$1"libutil" \&System Utilities Library (libutil, -lutil)
|
.if "\\$1"libutil" \&System Utilities Library (libutil, -lutil)
|
||||||
|
|
Loading…
Reference in New Issue