From 02c0dd9eb22935114a3da1713f68a3b6e12461e4 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Thu, 13 May 2021 14:57:22 -0400 Subject: file_cmds: use libiosexec --- file_cmds/mv/Makefile | 2 ++ file_cmds/mv/mv.c | 2 ++ 2 files changed, 4 insertions(+) (limited to 'file_cmds/mv') diff --git a/file_cmds/mv/Makefile b/file_cmds/mv/Makefile index 01d3542..81f7de0 100644 --- a/file_cmds/mv/Makefile +++ b/file_cmds/mv/Makefile @@ -1,5 +1,7 @@ PROG= mv +LDADD+=-liosexec + BINDIR=/bin .include diff --git a/file_cmds/mv/mv.c b/file_cmds/mv/mv.c index 52a2938..e237123 100644 --- a/file_cmds/mv/mv.c +++ b/file_cmds/mv/mv.c @@ -80,6 +80,8 @@ __RCSID("$FreeBSD: src/bin/mv/mv.c,v 1.39 2002/07/09 17:45:13 johan Exp $"); #define COMPAT_MODE(a,b) (1) #endif /* __APPLE__ */ +#include + #include "pathnames.h" int fflg, iflg, nflg, vflg; -- cgit v1.2.3