diff options
-rw-r--r-- | distrib/special/mv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/special/mv/Makefile b/distrib/special/mv/Makefile index 91c32f2ec56..a2f2150672f 100644 --- a/distrib/special/mv/Makefile +++ b/distrib/special/mv/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2014/12/23 17:16:02 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2015/11/17 18:22:03 deraadt Exp $ PROG= mv +SRCS= mv.c cp.c rm.c DPADD+= ${LIBUTIL} LDADD+= -lutil |