freebsd_amp_hwpstate/lkm/joy/Makefile

23 lines
413 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.6 1998/01/24 02:21:51 eivind Exp $
1996-09-22 21:56:57 +00:00
1996-03-16 01:35:48 +00:00
.PATH: ${.CURDIR}/../../sys/i386/isa
KMOD = joy_mod
SRCS = joy.c joy.h opt_devfs.h
1996-03-16 01:35:48 +00:00
MAN8 = joy.8
CFLAGS += -DJOY_MODULE
CLEANFILES += joy.h opt_devfs.h
1996-03-16 01:35:48 +00:00
joy.h:
echo "#define NJOY 1" > joy.h
opt_devfs.h:
touch opt_devfs.h
1996-03-16 01:35:48 +00:00
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/joy ${DESTDIR}/usr/bin
.include <bsd.kmod.mk>