File: Makefile.cvs

package info (click to toggle)
knetfilter 3.5.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 7,772 kB
  • ctags: 1,127
  • sloc: sh: 9,982; cpp: 7,774; perl: 2,760; makefile: 125
file content (11 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11

all: 
	@echo "This Makefile is only for the CVS repository"
	@echo "This will be deleted before making the distribution"
	@echo ""
	$(MAKE) -f admin/Makefile.common cvs

dist:
	$(MAKE) -f admin/Makefile.common dist

.SILENT: