0855e37c72
There is no need to have it in runtime as it's not essential. MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG
11 lines
201 B
Makefile
11 lines
201 B
Makefile
# Cronyx Id: sbin.sconfig.Makefile,v 1.1.4.1 2003/02/17 12:51:24 rik Exp $
|
|
# $FreeBSD$
|
|
|
|
PACKAGE=utilities
|
|
PROG= sconfig
|
|
MAN= sconfig.8
|
|
WARNS?= 2
|
|
CFLAGS+= -I${SRCTOP}/sys/dev/cp
|
|
|
|
.include <bsd.prog.mk>
|