freebsd-nq/sbin/sconfig/Makefile
Gleb Smirnoff c242672339 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:	6aae3517ed
2021-10-22 13:28:44 -07:00

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>