diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-06-25 15:33:19 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-06-25 15:33:19 +0000 |
commit | 2ddec7c6b2c6421a9370dd6f741f41ffc09411d5 (patch) | |
tree | a537f0452336a941f1f4351ae98df2e94a7e9164 /share/mk/bsd.README | |
parent | 5810a4a1d685978ab493541799f424cfc3bb2e27 (diff) |
Add LIBEVENT; pointed out by Brian J. Kifiak
Diffstat (limited to 'share/mk/bsd.README')
-rw-r--r-- | share/mk/bsd.README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README index 6854e3c5c90..239068644b6 100644 --- a/share/mk/bsd.README +++ b/share/mk/bsd.README @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.README,v 1.31 2002/05/11 00:20:21 espie Exp $ +# $OpenBSD: bsd.README,v 1.32 2002/06/25 15:33:18 millert Exp $ # $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $ # @(#)bsd.README 5.1 (Berkeley) 5/11/90 @@ -358,6 +358,7 @@ DPADD Additional dependencies for the program. Usually used for LIBCURSES /usr/lib/libcurses.a LIBDES /usr/lib/libdes.a LIBEDIT /usr/lib/libedit.a + LIBEVENT /usr/lib/libevent.a LIBGCC /usr/lib/libgcc.a LIBHDB /usr/lib/libhdb.a LIBKADM /usr/lib/libkadm.a |