diff options
author | Gleydson Soares <gsoares@cvs.openbsd.org> | 2016-02-01 22:22:46 +0000 |
---|---|---|
committer | Gleydson Soares <gsoares@cvs.openbsd.org> | 2016-02-01 22:22:46 +0000 |
commit | 57c1869fb0b53a6aa75e5ba247bcc621c1576403 (patch) | |
tree | 1c2aadb8ec9bdb4c52b4218ab5cb2b3da6181d8b | |
parent | 2b5ed32edcb481bb6d9c15a00d9f4225784e3806 (diff) |
sync to main
reminded by guenther@
-rw-r--r-- | distrib/special/mv/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/distrib/special/mv/Makefile b/distrib/special/mv/Makefile index a2f2150672f..a3c50abe9e4 100644 --- a/distrib/special/mv/Makefile +++ b/distrib/special/mv/Makefile @@ -1,10 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2015/11/17 18:22:03 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2016/02/01 22:22:45 gsoares Exp $ PROG= mv SRCS= mv.c cp.c rm.c -DPADD+= ${LIBUTIL} -LDADD+= -lutil - .PATH: ${.CURDIR}/../../../bin/mv .include <bsd.prog.mk> |