64db83a8ab
encoding the relative path.
13 lines
247 B
Makefile
13 lines
247 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../isa
|
|
KMOD = joy
|
|
SRCS = bus_if.h device_if.h isa_if.h joy.c
|
|
MAN8 = joy.8
|
|
|
|
afterinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/joy.sh ${DESTDIR}/usr/bin/joy
|
|
|
|
.include <bsd.kmod.mk>
|