9e4be63dd6
makefiles. Bad examples in fxp/Makefile keep getting copied to new makefiles.
11 lines
185 B
Makefile
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>
|