Hook p4tcc up to the module build.

This commit is contained in:
Nate Lawson 2005-02-23 16:44:06 +00:00
parent badee853c0
commit e1b98c749d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142310

View File

@ -9,7 +9,7 @@ SRCS= ichss.c
SRCS+= bus_if.h cpufreq_if.h device_if.h pci_if.h
.if ${MACHINE} == "i386"
SRCS+= est.c
SRCS+= est.c p4tcc.c
.endif
.include <bsd.kmod.mk>