1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00:00
freebsd/sys/modules/snp/Makefile
2004-12-29 08:50:35 +00:00

9 lines
92 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/snp
KMOD= snp
SRCS= snp.c
.include <bsd.kmod.mk>