home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Source Code 1992 March
/
Source_Code_CD-ROM_Walnut_Creek_March_1992.iso
/
usenet
/
altsrcs
/
3
/
3294
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1991-05-07
|
223 b
|
16 lines
INSTBIN=/usr/local/etc/upsd
upsd: upsd.c
cc -O -s -o upsd upsd.c -lc_s
mcs -d upsd
install: upsd
-mv -f $(INSTBIN) $(INSTBIN)-
rm -f $(INSTBIN)-
cp upsd $(INSTBIN)
chmod 100 $(INSTBIN)
clean:
rm -f *.o upsd core