Files
pkgsrc-ng/devel/bmake/files/makefile.in
2016-01-21 23:41:46 +01:00

15 lines
284 B
Makefile

# $Id: makefile.in,v 1.2 2015/05/19 22:01:19 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=$@