mirror of
https://github.com/samhocevar/rinetd.git
synced 2024-12-29 14:30:17 +08:00
d46367a44a
Taken from the Debian archive: http://archive.debian.org/debian-security/pool/updates/main/r/rinetd/
10 lines
166 B
Makefile
10 lines
166 B
Makefile
CFLAGS=-DLINUX -g
|
|
|
|
rinetd: rinetd.o match.o
|
|
gcc rinetd.o match.o -o rinetd
|
|
|
|
install: rinetd
|
|
install -m 700 rinetd /usr/sbin
|
|
install -m 644 rinetd.8 /usr/man/man8
|
|
|