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/vpo | |
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/vpo')
-rw-r--r-- | sys/modules/vpo/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/vpo/Makefile b/sys/modules/vpo/Makefile index 8c29762..3934e03 100644 --- a/sys/modules/vpo/Makefile +++ b/sys/modules/vpo/Makefile @@ -6,6 +6,5 @@ SRCS= bus_if.h device_if.h ppbus_if.h \ opt_cam.h opt_scsi.h opt_vpo.h \ immio.c vpo.c vpoio.c NOMAN= -CFLAGS+= ${DEBUG_FLAGS} .include <bsd.kmod.mk> |