freebsd-dev/sys/modules/vpo/Makefile
Bruce Evans 9e4be63dd6 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.
2000-01-28 11:26:46 +00:00

11 lines
185 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/ppbus
KMOD= vpo
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=
.include <bsd.kmod.mk>