# $OpenBSD: Makefile,v 1.4 2015/11/17 17:24:26 tedu Exp $ PROG= mv SRCS= mv.c cp.c rm.c DPADD+= ${LIBUTIL} LDADD+= -lutil .include