summaryrefslogtreecommitdiff
path: root/gnu/lib/libg++/genclass/Makefile
blob: 9a380b1a64418ab79196389f45f7bb888228e852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	%W% (Berkeley) %G%

BINDIR=	/usr/bin

MAN1=	genclass.0

all genclass:

clean cleandir depend lint tags:

beforeinstall:
	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/genclass.sh ${DESTDIR}${BINDIR}/genclass

.include <bsd.prog.mk>