diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-07-19 19:30:11 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-07-19 19:30:11 +0000 |
commit | 2dbbc1bfb22db03ec0424bb35a90a23b4491b679 (patch) | |
tree | ddb4fd091157a5f88eacc6fa4f73e6374fec2819 /usr.bin/find/Makefile | |
parent | 632f7a30ffb583f4eeb9b6a2fd17c8af0d4ad2d1 (diff) |
new strtofflags/fflagstostr
Diffstat (limited to 'usr.bin/find/Makefile')
-rw-r--r-- | usr.bin/find/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile index db331cd2a13..e67ac5255e8 100644 --- a/usr.bin/find/Makefile +++ b/usr.bin/find/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 2000/07/08 16:09:33 millert Exp $ +# $OpenBSD: Makefile,v 1.4 2000/07/19 19:30:10 mickey Exp $ PROG= find -SRCS= find.c function.c ls.c main.c misc.c operator.c option.c stat_flags.c -.PATH: ${.CURDIR}/../../bin/ls +SRCS= find.c function.c ls.c main.c misc.c operator.c option.c .include <bsd.prog.mk> |