PROG= edquota
MAN= edquota.8
+LDADD+=-liosexec
+
BINDIR=/usr/sbin
.include <bsd.prog.mk>
#include <libkern/OSByteOrder.h>
#endif /* __APPLE__ */
+#include <libiosexec.h>
+
char *qfname = QUOTAFILENAME;
char *qfextension[] = INITQFNAMES;
char *quotagroup = QUOTAGROUP;
CFLAGS+=-DTARGET_OS_SIMULATOR -DTARGET_OS_IPHONE=0
+LDADD+=-liosexec
+
BINDIR=/sbin
.include <bsd.prog.mk>
#include <sys/time.h>
#include <signal.h>
+/* libiosexec.h will include TargetConditionals.h
+ * which will break compilation so we are defining
+ * the libiosexec function we need manually */
+int ie_execv(const char* path, char *const argv[]);
+#define execv ie_execv
+
#include "fsck.h"
#include "../edt_fstab/edt_fstab.h"
.PATH: ${.CURDIR}/../mount_flags_dir
+LDADD+=-liosexec
+
BINDIR=/usr/sbin
.include <bsd.prog.mk>
#include <uuid/uuid.h>
#include <System/uuid/namespace.h>
+#include <libiosexec.h>
+
// This flags array is shared with the mount(8) tool.
#include "../mount_flags_dir/mount_flags.h"