freebsd-skq/sys/modules/joy/Makefile
bde d7156780d3 Removed special rules for building and cleaning device interface files
and empty options files.  The rules are now generated automatically in
bsd.kmod.mk.  Cleaned up related things ($S and ${CLEANFILES}).
1999-11-28 18:53:47 +00:00

15 lines
259 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../i386/isa
KMOD = joy
SRCS = joy.c opt_devfs.h
MAN8 = joy.8
CFLAGS += -DJOY_MODULE
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/joy.sh ${DESTDIR}/usr/bin/joy
.include <bsd.kmod.mk>