6cd3df5d59
error code. include manual page, because it's exportable. note in manual page that installed version doesn't actually work.
12 lines
229 B
Makefile
12 lines
229 B
Makefile
# $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>
|