]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/puc/Makefile
ssh: Update to OpenSSH 9.3p2
[FreeBSD/FreeBSD.git] / sys / modules / puc / Makefile
1
2 # $FreeBSD$
3
4 .PATH:  ${SRCTOP}/sys/dev/puc
5
6 KMOD=   puc
7 SRCS=   puc.c puc_cfg.c puc_pci.c
8 SRCS+=  bus_if.h device_if.h serdev_if.c serdev_if.h pci_if.h
9
10 .include <bsd.kmod.mk>