last vestage of MOUNT_PC
[unix-history] / usr / src / usr.bin / find / Makefile
CommitLineData
1bc79d43 1# @(#)Makefile 8.1 (Berkeley) %G%
f1d6a550 2
662ace95 3PROG= find
ff92ccf9 4SRCS= find.c function.c ls.c main.c misc.c operator.c option.c
97c08334 5
662ace95 6.include <bsd.prog.mk>