diff options
author | bde <bde@FreeBSD.org> | 2000-01-28 11:26:46 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2000-01-28 11:26:46 +0000 |
commit | 17f54b440885bc59edc685cdda9705529fcc178e (patch) | |
tree | 47b6dd04729b4fc7191f64343f09417db86d868a /sys/modules/aha | |
parent | f9bed91ed94e8357fe2fc361655b947b9509690d (diff) | |
download | FreeBSD-src-17f54b440885bc59edc685cdda9705529fcc178e.zip FreeBSD-src-17f54b440885bc59edc685cdda9705529fcc178e.tar.gz |
Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module
makefiles. Bad examples in fxp/Makefile keep getting copied to new
makefiles.
Diffstat (limited to 'sys/modules/aha')
-rw-r--r-- | sys/modules/aha/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/aha/Makefile b/sys/modules/aha/Makefile index 295124f6..a133522 100644 --- a/sys/modules/aha/Makefile +++ b/sys/modules/aha/Makefile @@ -5,7 +5,6 @@ KMOD = aha SRCS = aha.c aha_isa.c ahareg.h opt_cam.h device_if.h bus_if.h aha.h \ opt_scsi.h isa_if.h CLEANFILES = aha.h -CFLAGS += ${DEBUG_FLAGS} aha.h: echo "#define NAHA 1" > aha.h |