This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / gnu / lib / libg++ / genclass / Makefile
CommitLineData
78ed81a3 1# Makefile for g++ library genclass test
15637ed4 2
78ed81a3 3NOMAN= noman
15637ed4 4
78ed81a3 5afterinstall:
6 sed -e '/^PROTODIR/s_PROTODIR.*_PROTODIR=${DESTDIR}/usr/include/g++/gen_;' $(.CURDIR)/genclass.sh > $(DESTDIR)$(BINDIR)/genclass
7 chown ${BINOWN}.${BINGRP} $(DESTDIR)$(BINDIR)/genclass
8 chmod ${BINMODE} $(DESTDIR)$(BINDIR)/genclass
15637ed4
RG
9
10.include <bsd.prog.mk>
78ed81a3 11.include "../../../usr.bin/Makefile.inc"