aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/vpo
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2000-01-28 11:26:46 +0000
committerBruce Evans <bde@FreeBSD.org>2000-01-28 11:26:46 +0000
commit9e4be63dd6e312fe0e864d23e9636f43cc869541 (patch)
treed075a783c6af14e5cb88625757594698d39b63ef /sys/modules/vpo
parente1b2b4098ccf35decfabf72d296bf29950b8824e (diff)
downloadsrc-9e4be63dd6e312fe0e864d23e9636f43cc869541.tar.gz
src-9e4be63dd6e312fe0e864d23e9636f43cc869541.zip
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.
Notes
Notes: svn path=/head/; revision=56735
Diffstat (limited to 'sys/modules/vpo')
-rw-r--r--sys/modules/vpo/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/vpo/Makefile b/sys/modules/vpo/Makefile
index 8c29762bf233..3934e031c9d3 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>