diff options
author | mspo <mspo@pkgsrc.org> | 2013-05-22 15:09:22 +0000 |
---|---|---|
committer | mspo <mspo@pkgsrc.org> | 2013-05-22 15:09:22 +0000 |
commit | b0c2037f9a73e747b464fdfa3fcb670da03506e0 (patch) | |
tree | 796bf7be3ad12a75242bdf5caa601e686a08c47b /sysutils/Makefile | |
parent | 909641953707be9397894c1f6d6e8d7e3652b678 (diff) | |
download | pkgsrc-b0c2037f9a73e747b464fdfa3fcb670da03506e0.tar.gz |
add the lockf package: freebsd's lockf for compatibility and building
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 53450c05d66..cfc83aebe3c 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.574 2013/05/15 07:01:40 jnemeth Exp $ +# $NetBSD: Makefile,v 1.575 2013/05/22 15:10:11 mspo Exp $ # COMMENT= System utilities @@ -263,6 +263,7 @@ SUBDIR+= liboobs SUBDIR+= libpciaccess SUBDIR+= libvirt SUBDIR+= lilo +SUBDIR+= lockf SUBDIR+= logfinder SUBDIR+= logrider SUBDIR+= logrot |