mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 19:30:29 -05:00
13 lines
250 B
Makefile
13 lines
250 B
Makefile
# $Id: Makefile,v 1.6 2003/10/24 15:43:24 simokawa Exp $
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/dcons
|
|
|
|
KMOD = dcons_crom
|
|
SRCS = dcons_crom.c dcons.h dcons_os.h \
|
|
bus_if.h device_if.h
|
|
|
|
#KMODDEPS = firewire dcons
|
|
|
|
CFLAGS+= -I${SRCTOP}/sys
|
|
|
|
.include <bsd.kmod.mk>
|