correct setup of opt_ddb.h

Submitted by:	jkim
Approved by:	re (kib)
This commit is contained in:
sam 2009-07-21 19:24:53 +00:00
parent db51398261
commit daa88ec3ac

View File

@ -25,7 +25,7 @@ opt_ipx.h:
echo "#define IPX 1" > ${.TARGET}
# override to get ddb support?
opt_ddb.h:
echo "#define DDB 0" > ${.TARGET}
:> ${.TARGET}
.endif
.include <bsd.kmod.mk>