diff options
author | michaels <michaels@cvs.openbsd.org> | 1996-08-16 22:00:14 +0000 |
---|---|---|
committer | michaels <michaels@cvs.openbsd.org> | 1996-08-16 22:00:14 +0000 |
commit | ebafd495eb3cbfae9ca5cfa70e8df0e4e28944f2 (patch) | |
tree | 46b3f22b1cd128e2c0d785ddf03b160e173daec5 /usr.bin/locate/Makefile | |
parent | 60c325372de33908aff95d74393cc4a025d99c38 (diff) |
Better locate from wosch@freebsd (Wolfram Schneider), sligthly modified.
Diffstat (limited to 'usr.bin/locate/Makefile')
-rw-r--r-- | usr.bin/locate/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/locate/Makefile b/usr.bin/locate/Makefile index 3ac42aadb5d..0de6327c99f 100644 --- a/usr.bin/locate/Makefile +++ b/usr.bin/locate/Makefile @@ -1,5 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 1996/06/26 05:35:47 deraadt Exp $ -# $NetBSD: Makefile,v 1.3 1994/12/22 06:17:28 jtc Exp $ +# $OpenBSD: Makefile,v 1.3 1996/08/16 22:00:09 michaels Exp $ +# +# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $Id: Makefile,v 1.3 1996/08/16 22:00:09 michaels Exp $ SUBDIR= bigram code locate |