8 lines
147 B
Makefile
8 lines
147 B
Makefile
# $Id: Makefile,v 1.2 1994/12/22 11:34:57 cgd Exp $
|
|
|
|
PROG=iteconfig
|
|
MAN=iteconfig.8
|
|
CFLAGS+=-I${.CURDIR}/../../sys/arch
|
|
|
|
.include <bsd.prog.mk>
|