diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 2001-06-29 15:23:31 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 2001-06-29 15:23:31 +0000 |
| commit | 323fed60a542987ffd05a79ffdfc47250af03ef7 (patch) | |
| tree | d03e2ac1cc42cc3888c6e1f51149cec42cb9ccca | |
| parent | 5937458054507da69181261467e446753a568261 (diff) | |
Notes
| -rw-r--r-- | sys/modules/fdc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/fdc/Makefile b/sys/modules/fdc/Makefile index 09e6ea24ae8e..bbd7ae068bfd 100644 --- a/sys/modules/fdc/Makefile +++ b/sys/modules/fdc/Makefile @@ -8,8 +8,8 @@ SRCS= fd.c \ bus_if.h card_if.h device_if.h isa_if.h NOMAN= -FDC_DEBUG= 1 # 0/1 -FDC_PCCARD= 0 # 0/1 whether pccard support (i. e. Y-E DATA PCMCIA +FDC_DEBUG?= 0 # 0/1 +FDC_PCCARD?= 1 # 0/1 whether pccard support (i. e. Y-E DATA PCMCIA # # fdc) is desired CLEANFILES= card.h |
