diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-01 22:55:01 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-01 22:55:01 +0000 |
| commit | 3fa1df42da43130d5ee1abcd84e292604921997f (patch) | |
| tree | ebac54d689c2efc2e4fa5b20472d78bdd2ce46b2 /usr.bin | |
| parent | 8cc91a531e1bffb09aae95ae942d7f250fb7753d (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/find/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile index 0fbcb91a4883..238491027ab2 100644 --- a/usr.bin/find/Makefile +++ b/usr.bin/find/Makefile @@ -3,6 +3,7 @@ PROG= find SRCS= find.c function.c ls.c main.c misc.c operator.c option.c parsedate.y +CFLAGS+= -I${.CURDIR} YFLAGS= .include <bsd.prog.mk> |
