diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-10 03:32:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-10 03:32:11 +0000 |
commit | acf6afe5fdeed2c6e884ee205330640cc64b3265 (patch) | |
tree | e104dc2f2239e1582721e8caa2b2b6cd1e5225a6 /libc/misc/file/Makefile | |
parent | 2ace214a9f5d6a6d229558849ed77063d7cb89c0 (diff) |
Implement lockf64
-Erik
Diffstat (limited to 'libc/misc/file/Makefile')
-rw-r--r-- | libc/misc/file/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/file/Makefile b/libc/misc/file/Makefile index bb0ea02d8..ed31037bb 100644 --- a/libc/misc/file/Makefile +++ b/libc/misc/file/Makefile @@ -24,7 +24,7 @@ TOPDIR=../../../ include $(TOPDIR)Rules.mak -CSRC=lockf.c +CSRC=lockf.c lockf64.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(COBJS) |