freebsd-dev/sys/modules/joy/Makefile

14 lines
272 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
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>