diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-12-17 19:49:09 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-12-17 19:49:09 +0000 |
| commit | 043e1b65d90a7e1430aeab2f767bc0cd994adaa9 (patch) | |
| tree | 8a7af45159e647de56c5e6a87478061d52b58a36 /usr.bin/locate/code | |
| parent | 3a0a936baa6a799f1895ba41314440a2ecd34317 (diff) | |
Notes
Diffstat (limited to 'usr.bin/locate/code')
| -rw-r--r-- | usr.bin/locate/code/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile index a7d8e80ef5bc0..7e4c4fd573fec 100644 --- a/usr.bin/locate/code/Makefile +++ b/usr.bin/locate/code/Makefile @@ -1,9 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $Id$ PROG= locate.code CFLAGS+=-I${.CURDIR}/../locate NOMAN= noman BINDIR= ${LIBEXECDIR} -.include "../Makefile.inc" .include <bsd.prog.mk> |
