File: Makefile

package info (click to toggle)
cfingerd 1.4.3-1.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 636 kB
  • ctags: 437
  • sloc: ansic: 3,706; perl: 502; makefile: 166; sh: 72
file content (11 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (26)
1
2
3
4
5
6
7
8
9
10
11
# Makefile for a totally clean installation

all clean:
	@echo
	@echo "You need to type \"Configure\"."
	@echo
	@echo "Suggested reading:"
	@echo "  FAQ       - Gives some helpful information about CFINGERD"
	@echo "  README    - Gives information on how to install CFINGERD"
	@echo "  RECOMMEND - Gives suggestions on what to do after CFINGERD is installed"
	@echo