File: Makefile

package info (click to toggle)
iptables 1.3.6.0debian1-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,980 kB
  • ctags: 8,373
  • sloc: ansic: 37,782; makefile: 1,269; cpp: 340; sh: 52
file content (14 lines) | stat: -rw-r--r-- 316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SHELL := /bin/bash
SHELL := /bin/posh
SHELL := /bin/dash
SHELL := /bin/sh

default:
	@echo 'iptables 1.3.6'
	@echo 'Linux 2.6.18'
	@echo 'patch-o-matic 20061021'

prep howtos build clean install binary-indep binary-arch binary:
	$(MAKE) -f $(CURDIR)/debian/rules $@

.PHONY: prep howtos clean binary build packitup