File: Makefile

package info (click to toggle)
rinetd 0.62-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 740 kB
  • ctags: 153
  • sloc: ansic: 2,081; sh: 196; makefile: 86
file content (9 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
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