c242672339
Missed that since sconfig(8) was built on i386 only. Since I enabled
cp(4) on amd64, enable sconfig(8) as well.
Fixes: 6aae3517ed
11 lines
199 B
Makefile
11 lines
199 B
Makefile
# Cronyx Id: sbin.sconfig.Makefile,v 1.1.4.1 2003/02/17 12:51:24 rik Exp $
|
|
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
PROG= sconfig
|
|
MAN= sconfig.8
|
|
WARNS?= 2
|
|
CFLAGS+= -I${SRCTOP}/sys/dev/cp
|
|
|
|
.include <bsd.prog.mk>
|