mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
mpsutil: Clean up libutil deps
mpsutil doesn't use libutil, so doesn't need to include libutil.h. See
commit 76103694a0.
No functional change intended.
MFC after: 1 week
(cherry picked from commit d56ce5915c41517ccc7de2510daec200e100ef68)
This commit is contained in:
parent
aaefd6898a
commit
d2f3bcf90a
4 changed files with 0 additions and 7 deletions
|
|
@ -1,17 +1,13 @@
|
|||
|
||||
PROG= mpsutil
|
||||
SRCS= mps_cmd.c mps_debug.c mps_flash.c mps_set.c mps_show.c mps_slot.c mpsutil.c
|
||||
MAN= mpsutil.8
|
||||
|
||||
WARNS?= 3
|
||||
|
||||
#LIBADD= cam util
|
||||
LINKS= ${BINDIR}/mpsutil ${BINDIR}/mprutil
|
||||
MLINKS= mpsutil.8 mprutil.8
|
||||
|
||||
CFLAGS+= -I${SRCTOP}/sys -I. -DUSE_MPT_IOCTLS
|
||||
# Avoid dirdep dependency on libutil
|
||||
CFLAGS+= -I${SRCTOP}/lib/libutil
|
||||
|
||||
# Here be dragons
|
||||
.ifdef DEBUG
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <err.h>
|
||||
#include <libutil.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
#include <sys/param.h>
|
||||
#include <sys/errno.h>
|
||||
#include <err.h>
|
||||
#include <libutil.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
#include <sys/errno.h>
|
||||
#include <sys/endian.h>
|
||||
#include <err.h>
|
||||
#include <libutil.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue