summaryrefslogtreecommitdiff
path: root/devel/bmake/files/makefile.in
blob: b1c79cc2e82c7ed0967a8c94e41d2b8b8cc27493 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $Id: makefile.in,v 1.1.1.1 2015/05/19 21:36:44 joerg Exp $

# a simple makefile for those who don't like anything beyond:
# ./configure; make; make install

prefix= @prefix@
srcdir= @srcdir@

all: build

build clean install test:
	${srcdir}/boot-strap --prefix=${prefix} -o . op=$@