summaryrefslogtreecommitdiff
path: root/gnu/lib/libg++/genclass/Makefile
blob: 00c9160d817fefdafd150d249236c547677310aa (plain)
1
2
3
4
5
6
7
8
9
10
11
# Makefile for g++ library genclass test

NOMAN=	noman

afterinstall:
	sed -e '/^PROTODIR/s_PROTODIR.*_PROTODIR=${DESTDIR}/usr/include/g++/gen_; s_<VERSION>_2.4_;' $(.CURDIR)/genclass.sh > $(DESTDIR)$(BINDIR)/genclass
	chown ${BINOWN}:${BINGRP} $(DESTDIR)$(BINDIR)/genclass
	chmod ${BINMODE} $(DESTDIR)$(BINDIR)/genclass

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