summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/x2p/Makefile
blob: e64802a08d562302c0efef8f280e4a9e34f620a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

PROG= a2p

SRCS+= a2p.c hash.c str.c walk.c util.c
CFLAGS+= -I${.CURDIR}/../perl

LDADD= -lm
DPADD= ${LIBM}

MAN1+= a2p.1 s2p.1 h2ph.1  

beforeinstall:
	install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/s2p ${BINDIR}
	install -c -o ${BINOWN} -g ${BINGRP} -m 555 ${.CURDIR}/h2ph ${BINDIR}

.include <bsd.prog.mk>
.include "../../Makefile.inc"

OpenPOWER on IntegriCloud