fix bug that can cause recursive .forward files to fail
[unix-history] / usr / src / bin / cp / Makefile
CommitLineData
b72b9a16 1# @(#)Makefile 8.1 (Berkeley) %G%
d21567cf 2
770d844a 3PROG= cp
de205891 4SRCS= cp.c utils.c
d21567cf 5
770d844a 6.include <bsd.prog.mk>