File: Makefile

package info (click to toggle)
p0f 2.0.8-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 708 kB
  • ctags: 318
  • sloc: ansic: 2,319; sh: 72; makefile: 63; perl: 28
file content (33 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# p0f - dummy makefile
# --------------------
#
# Just for convenience.
# 
# (C) Copyright 2000-2006 by Michal Zalewski <lcamtuf@coredump.cx>
#

all: 
	./Build $@

static: 
	./Build $@

clean:
	./Build $@

publish:
	./Build $@

p0fq:
	./Build $@

p0fping:
	./Build $@

tools:
	./Build $@

install:
	./Build $@