File: Makefile

package info (click to toggle)
bozohttpd 20100621-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 436 kB
  • ctags: 329
  • sloc: ansic: 3,562; makefile: 165; sh: 61
file content (9 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#	$eterna: Makefile,v 1.1 2009/05/22 21:51:39 mrg Exp $

# build a debug bozohttpd
PROG=	bozohttpd-debug
COPTS+=	-DDEBUG	-I$(.CURDIR)/..

.include "../Makefile"

.PATH: $(.CURDIR)/..