HardenedBSD/sys/modules/joy/Makefile

13 lines
247 B
Makefile
Raw Normal View History

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