diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 1998-12-27 19:01:47 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 1998-12-27 19:01:47 +0000 |
| commit | b31f6ba12305cda72985720b70c4c3734eb585fd (patch) | |
| tree | f3fcf30b5f9cc579f9de3e450bf3f8451eabe1f1 /sys/modules | |
| parent | ad65e4502db7514b05388b92f28f7926c39d1350 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 4 | ||||
| -rw-r--r-- | sys/modules/wcd/Makefile | 29 |
2 files changed, 2 insertions, 31 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 2f66d7d1a648..f838a4e7ada4 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.38 1998/11/04 17:15:07 msmith Exp $ +# $Id: Makefile,v 1.39 1998/11/04 18:25:23 jdp Exp $ # XXX present but broken: ip_mroute_mod # XXX not yet completed porting: pcic syscons/* @@ -8,7 +8,7 @@ SUBDIR= ccd cd9660 coda fdesc if_disc if_ppp if_sl if_tun ipfw kernfs \ # XXX some of these can move to the general case when de-i386'ed .if ${MACHINE_ARCH} == "i386" -SUBDIR+=atapi coff fpu gnufpu ibcs2 joy linux syscons vesa wcd +SUBDIR+=atapi coff fpu gnufpu ibcs2 joy linux syscons vesa .endif .include <bsd.subdir.mk> diff --git a/sys/modules/wcd/Makefile b/sys/modules/wcd/Makefile deleted file mode 100644 index 9f1dfb102cf7..000000000000 --- a/sys/modules/wcd/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: Makefile,v 1.11 1998/02/25 01:40:55 bde Exp $ - -.PATH: ${.CURDIR}/../../i386/isa -KMOD = wcd -SRCS = wcd.c wdc.h wcd.h opt_atapi.h opt_devfs.h -NOMAN = -CFLAGS += -DWCD_MODULE -CLEANFILES += wdc.h wcd.h opt_atapi.h opt_devfs.h - -load: ${PROG} - ${MODLOAD} -u -e wcd $(PROG) - -unload: ${PROG} - ${MODUNLOAD} -n wcd - -wdc.h: - echo "#define NWDC 2" > wdc.h - echo "#define NWD 4" >> wdc.h - -wcd.h: - echo "#define NWCD 1" > wcd.h - -opt_atapi.h: - echo "#define ATAPI 1"> opt_atapi.h - -opt_devfs.h: - touch opt_devfs.h - -.include <bsd.kmod.mk> |
