diff options
author | brian <brian@cvs.openbsd.org> | 1998-06-08 20:28:31 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 1998-06-08 20:28:31 +0000 |
commit | bdff9cf05810fe6a150dbf8a9b415458d2e5a27b (patch) | |
tree | 35efe397763b557676c6a5136b7e80fc2ec0eb2c /lib/libutil/Makefile | |
parent | 1899d502b989476279392c9466872c58a23e8bfe (diff) |
Add uu_lock_txfr() for donating locks to another process.
Reviewed by: Theo
Diffstat (limited to 'lib/libutil/Makefile')
-rw-r--r-- | lib/libutil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index ca526ded95f..cb39be8829f 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 1997/11/09 00:29:13 bri Exp $ +# $OpenBSD: Makefile,v 1.16 1998/06/08 20:28:23 brian Exp $ # $NetBSD: Makefile,v 1.8 1996/05/16 07:03:28 thorpej Exp $ LIB= util @@ -40,6 +40,7 @@ MLINKS+=scsi.3 scsi_debug_output.3 MLINKS+=uucplock.3 uu_lock.3 MLINKS+=uucplock.3 uu_unlock.3 MLINKS+=uucplock.3 uu_lockerr.3 +MLINKS+=uucplock.3 uu_lock_txfr.3 includes: @cd ${.CURDIR}; for i in $(HDRS); do \ |