freebsd-dev/sys/modules/twe/Makefile
Mike Smith 1bdd62fc06 Some joker decided to make it even harder to build modules outside the
kernel, and rather than fix the make search path, hardcoded it into the
module Makefiles themselves.  Go with the herd.
2000-05-26 20:07:29 +00:00

8 lines
155 B
Makefile

# $FreeBSD$
KMOD = twe
SRCS = twe.c twe_disk.c device_if.h bus_if.h pci_if.h
.PATH: ${.CURDIR}/../../dev/twe
.include "${.CURDIR}/../../conf/kmod.mk"