Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/tls-maxphys]: src/usr.bin/flock Add an flock program inspired by the lin...
details: https://anonhg.NetBSD.org/src/rev/9fa7910f2428
branches: tls-maxphys
changeset: 852939:9fa7910f2428
user: christos <christos%NetBSD.org@localhost>
date: Thu Nov 01 23:30:20 2012 +0000
description:
Add an flock program inspired by the linux one with the same name.
diffstat:
usr.bin/flock/Makefile | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 56a16930a1e6 -r 9fa7910f2428 usr.bin/flock/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/flock/Makefile Thu Nov 01 23:30:20 2012 +0000
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile,v 1.1.2.2 2012/11/01 23:30:20 christos Exp $
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+
+PROG= flock
+#LDADD+= -lutil
+#DPADD+= ${LIBUTIL}
+
+.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index