mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
9 lines
152 B
Makefile
9 lines
152 B
Makefile
# $Id: Makefile,v 1.7 1998/10/16 04:30:48 peter Exp $
|
|
|
|
.PATH: ${.CURDIR}/../../pccard
|
|
KMOD= pcic
|
|
SRCS= pcic.c
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|