home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Virtual Reality Zone
/
VRZONE.ISO
/
mac
/
PC
/
PCGLOVE
/
POWER386
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1994-12-20
|
577b
|
27 lines
#
# Makefile for Nintendo joystick driver
#
# Copyright 1991 Lance Norskog
#
FILES= README Makefile nes.c strobe.c mouseX386.c nintendo.h Node System Master
all: nes.o strobe
strobe: strobe.c
cc strobe.c -o strobe
install:
mkdir /etc/conf/pack.d/nes
rm -f /etc/conf/pack.d/nes/Driver.o
cp nes.o /etc/conf/pack.d/nes/Driver.o
rm -f /etc/conf/sdevice.d/nes /etc/conf/node.d/nes
cp Node /etc/conf/node.d/nes
cp System /etc/conf/system.d/nes
echo "You did install the Master file, didn't you?"
shar:
/usr2/tools/shar/shar -F -s thinman@netcom.com $(FILES)
FRC: