sbin/hammer2: Fix calloc element size in get_hammer2_mounts()
[dragonfly.git] / sys / dev / netif / pcn / Makefile
1 # $FreeBSD: src/sys/modules/pcn/Makefile,v 1.1.2.1 2000/10/03 18:46:56 wpaul Exp $
2
3 KMOD    = if_pcn
4 SRCS    = if_pcn.c device_if.h bus_if.h pci_if.h pcidevs.h
5 SRCS    += miibus_if.h
6
7 .include <bsd.kmod.mk>