summaryrefslogtreecommitdiffstats
path: root/lkm/qcam/Makefile
blob: 1253d6f75638fe4e620e66684135a418b1e4cc25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#	$Id: Makefile,v 1.7 1998/01/24 02:21:52 eivind Exp $

.PATH:	${.CURDIR}/../../sys/i386/isa
KMOD	= qcam_mod
SRCS	= qcam.c qcamio.c opt_devfs.h qcam.h
MAN8	= qcam.8

CFLAGS		+= -DQCAM_MODULE
CLEANFILES	+= opt_devfs.h qcam.h

opt_devfs.h:
	touch opt_devfs.h

qcam.h:
	echo "#define NQCAM 1" > qcam.h

afterinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	${.CURDIR}/qcam ${DESTDIR}/usr/bin

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud