Makefile revision 66826
1# $FreeBSD: head/sys/modules/joy/Makefile 66826 2000-10-08 16:56:04Z obrien $
2
3.PATH:	${.CURDIR}/../../isa
4KMOD	= joy
5SRCS	= bus_if.h device_if.h isa_if.h joy.c
6
7.if exists(${DESTDIR}/usr/bin)
8afterinstall:
9	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
10		${.CURDIR}/joy.sh ${DESTDIR}/usr/bin/joy
11.endif
12
13.include <bsd.kmod.mk>
14