diff options
author | imp <imp@FreeBSD.org> | 2000-01-10 16:27:32 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-01-10 16:27:32 +0000 |
commit | 59b416572e3e7deb0bb3d1386445fa783b6b63d1 (patch) | |
tree | 886ff4d999170a4a0809c6c73ef585dc6ab05da0 /release/Makefile | |
parent | 08b92debde558f3c10f3ab27ccf662d07840d964 (diff) | |
download | FreeBSD-src-59b416572e3e7deb0bb3d1386445fa783b6b63d1.zip FreeBSD-src-59b416572e3e7deb0bb3d1386445fa783b6b63d1.tar.gz |
Use GENERIC for both pccard and non-pccard disks now that GENERIC is
(or should be) everything that PCCARD is.
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index 950b940..cff48ce 100644 --- a/release/Makefile +++ b/release/Makefile @@ -29,12 +29,12 @@ PCCARD?=NO .if ${PCCARD} == "YES" CARDDEV=card0 card1 card2 card3 -KERNCONF=PCCARD .else CARDDEV= -KERNCONF=GENERIC .endif +# We now use GENERIC for the pccard kernel. +KERNCONF=GENERIC # If you are using a local CVS repository with components stored in # non-standard modules, override these on the make commandline or |