NetBSD/gnu/lib/libg++/genclass/Makefile

19 lines
282 B
Makefile
Raw Normal View History

1993-03-21 12:45:37 +03:00
# %W% (Berkeley) %G%
BINDIR= /usr/bin
MAN1= genclass.0
all genclass: ${MAN1}
clean depend lint tags:
cleandir:
rm -f ${MAN1}
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/genclass.sh ${DESTDIR}${BINDIR}/genclass
.include <bsd.prog.mk>