1# $OpenBSD: Makefile,v 1.5 2016/02/01 22:38:01 gsoares Exp $ 2 3PROG= mv 4SRCS= mv.c cp.c rm.c 5 6.include <bsd.prog.mk> 7