summaryrefslogtreecommitdiffstats
path: root/japanese/libjconv/files/Makefile
blob: f89294c3087ca0ec0cc5dcd85ec4755d6ec8f96f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PREFIX?=	/usr/local
LOCALBASE?=	/usr/local

MAKE_ARGS=	PREFIX=${PREFIX} LOCALBASE=${LOCALBASE}

all:
	${MAKE} ${MAKE_ARGS} -f Makefile.lib
	${MAKE} ${MAKE_ARGS} -f Makefile.prog

install:
	${MAKE} ${MAKE_ARGS} -f Makefile.lib install
	${MAKE} ${MAKE_ARGS} -f Makefile.prog install

clean:
	${MAKE} ${MAKE_ARGS} -f Makefile.lib clean
	${MAKE} ${MAKE_ARGS} -f Makefile.prog clean
OpenPOWER on IntegriCloud