diff options
| author | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2001-09-04 15:46:32 +0000 |
|---|---|---|
| committer | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2001-09-04 15:46:32 +0000 |
| commit | fbd49a7cfb03311db564f6a869f32b0f4dcbb3f5 (patch) | |
| tree | 1c57c254780fcccb1c0490d51dd87e00907bcfd1 /sys | |
| parent | dbad09ef38df6f5114cc3ca8e40e79f6e2f14d66 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/i386/acpica/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/acpica/Makefile b/sys/i386/acpica/Makefile index 287529280c475..ca730cbb205a9 100644 --- a/sys/i386/acpica/Makefile +++ b/sys/i386/acpica/Makefile @@ -9,6 +9,7 @@ DEPENDFILE= MAKESRCPATH= ${.CURDIR} CLEANFILES= acpi_wakecode.h acpi_wakecode.bin acpi_wakecode.o .endif +CFLAGS+= -I. all: acpi_wakecode.h |
