diff options
Diffstat (limited to 'distrib/special/mv/Makefile')
-rw-r--r-- | distrib/special/mv/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/distrib/special/mv/Makefile b/distrib/special/mv/Makefile new file mode 100644 index 00000000000..91c32f2ec56 --- /dev/null +++ b/distrib/special/mv/Makefile @@ -0,0 +1,9 @@ +# $OpenBSD: Makefile,v 1.1 2014/12/23 17:16:02 deraadt Exp $ + +PROG= mv + +DPADD+= ${LIBUTIL} +LDADD+= -lutil + +.PATH: ${.CURDIR}/../../../bin/mv +.include <bsd.prog.mk> |