blob: cd05942573d2dd9017778c70ac30b1d90eaad7c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.1 1995/07/24 04:30:47 cgd Exp $
MAN= bdes.1
SCRIPT= bdes.sh
realinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/${SCRIPT} ${DESTDIR}${BINDIR}/bdes
.include <bsd.prog.mk>
|