]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/bmake/makefile.in
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / bmake / makefile.in
1 # $Id: makefile.in,v 1.1 2012/12/28 21:28:19 sjg Exp $
2
3 # a simple makefile for those who don't like anything beyond:
4 # ./configure; make; make install
5
6 prefix= @prefix@
7 srcdir= @srcdir@
8
9 all: build
10
11 build clean install test:
12         ${srcdir}/boot-strap --prefix=${prefix} -o . op=$@
13
14