diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-10-16 04:30:52 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-10-16 04:30:52 +0000 |
| commit | a654d072959982a88cfbd609921641d85a8eb50c (patch) | |
| tree | 6a527b2850f10a3ac2b45ff3c53340217e854e0d /sys/modules/atapi | |
| parent | 89045423f1d86b30a03c90c35964f518a3e4ce4d (diff) | |
Notes
Diffstat (limited to 'sys/modules/atapi')
| -rw-r--r-- | sys/modules/atapi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/atapi/Makefile b/sys/modules/atapi/Makefile index fce2cd1ff6f9..22b5a7e23774 100644 --- a/sys/modules/atapi/Makefile +++ b/sys/modules/atapi/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.10 1998/02/01 17:53:53 bde Exp $ +# $Id: Makefile,v 1.11 1998/02/25 01:40:54 bde Exp $ -.PATH: ${.CURDIR}/../../sys/i386/isa -KMOD = atapi_mod +.PATH: ${.CURDIR}/../../i386/isa +KMOD = atapi SRCS = atapi.c wdc.h opt_atapi.h #wcd.h NOMAN = CFLAGS += -DATAPI_MODULE |
