Fix sconfig(8) build.
Missed that since sconfig(8) was built on i386 only. Since I enabled cp(4) on amd64, enable sconfig(8) as well. Fixes: 6aae3517ed25
This commit is contained in:
parent
70f51f0e47
commit
c242672339
@ -93,10 +93,6 @@ SUBDIR.${MK_TESTS}+= tests
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
# Add architecture-specific manpages
|
||||
# to be included anyway
|
||||
MAN= sconfig/sconfig.8
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -2,3 +2,4 @@
|
||||
|
||||
SUBDIR += bsdlabel
|
||||
SUBDIR += fdisk
|
||||
SUBDIR += sconfig
|
||||
|
@ -4,7 +4,7 @@
|
||||
PACKAGE=runtime
|
||||
PROG= sconfig
|
||||
MAN= sconfig.8
|
||||
MANSUBDIR= /i386
|
||||
WARNS?= 2
|
||||
CFLAGS+= -I${SRCTOP}/sys/dev/cp
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -29,10 +29,7 @@ __FBSDID("$FreeBSD$");
|
||||
#include <ctype.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/socket.h>
|
||||
#include <net/if.h>
|
||||
#include <machine/cserial.h>
|
||||
#include "cserial.h"
|
||||
|
||||
#define MAXCHAN 128
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user