Add a value to the define I forgot, for the purity's sake.

This commit is contained in:
Ruslan Ermilov 2006-09-26 12:44:20 +00:00
parent f88b3f22ac
commit f0e795737b

View File

@ -10,7 +10,7 @@ SRCS+= bus_if.h device_if.h opt_compat.h opt_inet.h opt_ipx.h
.if !defined(KERNBUILDDIR)
opt_compat.h:
echo "#define COMPAT_FREEBSD6" > ${.TARGET}
echo "#define COMPAT_FREEBSD6 1" > ${.TARGET}
opt_inet.h:
echo "#define INET 1" > opt_inet.h