diff options
author | green <green@FreeBSD.org> | 1999-11-22 06:38:13 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 1999-11-22 06:38:13 +0000 |
commit | 732c5bdd6d07919b09affbccb236349da1866149 (patch) | |
tree | f86895e443326c5851eb34e1c8e8f06a27caefb4 /sys/modules/tl | |
parent | 56e56ad17ac55b0b6764c61f948955e245738aec (diff) | |
download | FreeBSD-src-732c5bdd6d07919b09affbccb236349da1866149.zip FreeBSD-src-732c5bdd6d07919b09affbccb236349da1866149.tar.gz |
Change a CLEANFILES misspelling to get miibus_if.h removed.
Diffstat (limited to 'sys/modules/tl')
-rw-r--r-- | sys/modules/tl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/tl/Makefile b/sys/modules/tl/Makefile index c69cf09..5c7644a 100644 --- a/sys/modules/tl/Makefile +++ b/sys/modules/tl/Makefile @@ -6,7 +6,7 @@ KMOD = if_tl SRCS = if_tl.c opt_bdg.h device_if.h bus_if.h pci_if.h SRCS += miibus_if.h CLEANFILES += opt_bdg.h device_if.h bus_if.h pci_if.h -CLEANFILEs += miibus_if.h +CLEANFILES += miibus_if.h CFLAGS += ${DEBUG_FLAGS} KMODDEPS = miibus |