opnsense-src/sys/modules/vpo/Makefile
Peter Wemm 5331081645 Add an example vpo module. I don't have a zip drive to test it, but it
behaves the normal way when loaded at runtime versus being statically
compiled.  (normal == print garbage on the printer :-).
2000-01-23 15:26:15 +00:00

11 lines
209 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=
CFLAGS+= ${DEBUG_FLAGS}
.include <bsd.kmod.mk>