Hook tpm.4 manual to build.

This commit is contained in:
takawata 2010-08-13 04:00:35 +00:00
parent 4ae3c9872e
commit ba9da1bf9d

View File

@ -3,7 +3,9 @@
.PATH: ${.CURDIR}/../../dev/tpm
KMOD= tpm
SRCS= tpm.c tpm_isa.c tpm_acpi.c isa_if.h opt_acpi.h acpi_if.h \
bus_if.h device_if.h
SRCS= tpm.c bus_if.h device_if.h
#Bus specific stuff.
SRCS+= tpm_isa.c tpm_acpi.c isa_if.h opt_acpi.h acpi_if.h
.include <bsd.kmod.mk>