1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/modules/joy/Makefile

17 lines
334 B
Makefile
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $FreeBSD$
1996-09-22 21:56:57 +00:00
.PATH: ${.CURDIR}/../../isa
KMOD = joy
SRCS = bus_if.h device_if.h isa_if.h joy.c
.if exists(${DESTDIR}/usr/share/man/man8)
1996-03-16 01:35:48 +00:00
MAN8 = joy.8
.endif
1996-03-16 01:35:48 +00:00
.if exists(${DESTDIR}/usr/bin)
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1998-11-12 00:37:39 +00:00
${.CURDIR}/joy.sh ${DESTDIR}/usr/bin/joy
.endif
1996-03-16 01:35:48 +00:00
.include <bsd.kmod.mk>