home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
SOURCE
/
N
/
TCPIP
/
NETKIT-B.05
/
NETKIT-B
/
NetKit-B-0.05
/
tftpd
/
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
|
1994-06-08
|
224 b
|
13 lines
OBJS = tftpd.o ../tftp/tftpsubs.o
CFLAGS += -Dsin=x_sin
tftpd: tftpd.o ../tftp/tftpsubs.o
install: tftpd
install -s -m744 tftpd /usr/sbin/in.tftpd
install -m644 tftpd.8 /usr/man/man8/in.tftpd.8
clean:
rm -f *.o tftpd