Remove non-existant .PATH components from a number of Makefiles.
[dragonfly.git] / sys / dev / powermng / alpm / Makefile
1 # $FreeBSD: src/sys/modules/i2c/controllers/alpm/Makefile,v 1.2 2007/06/24 20:35:58 njl Exp $
2
3 KMOD            = alpm
4 SRCS            = device_if.h bus_if.h iicbus_if.h smbus_if.h pci_if.h \
5                   alpm.c
6
7 .include <bsd.kmod.mk>