diff options
Diffstat (limited to 'bin/mv/Makefile')
-rw-r--r-- | bin/mv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mv/Makefile b/bin/mv/Makefile index ad8cc4f..02a5a48 100644 --- a/bin/mv/Makefile +++ b/bin/mv/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.2 (Berkeley) 4/2/94 # $FreeBSD$ -.include <bsd.own.mk> +.include <src.opts.mk> PROG= mv |