blob: c61ba46757471242bbefefe1b8ad1050077a2eac (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.4 1996/08/26 21:25:22 niklas Exp $
NOMAN=
beforeinstall:
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/cpp.sh ${DESTDIR}${BINDIR}/cpp
.include <bsd.prog.mk>
|