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