Two more "oops"es here: i didn't mean to turn on fdc debugging by

default in the KLD, and to turn off pccard support, so reverse each of
the flags.  Also, the flags should be overridable by /etc/make.conf.
This commit is contained in:
Joerg Wunsch 2001-06-29 15:23:31 +00:00
parent 5937458054
commit 323fed60a5
1 changed files with 2 additions and 2 deletions

View File

@ -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