NetBSD/usr.bin/bdes/Makefile

12 lines
236 B
Makefile
Raw Normal View History

1996-10-18 09:55:26 +04:00
# $NetBSD: Makefile,v 1.2 1996/10/18 06:12:01 thorpej Exp $
MAN= bdes.1
SCRIPT= bdes.sh
realinstall:
1996-10-18 09:55:26 +04:00
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/${SCRIPT} ${DESTDIR}${BINDIR}/bdes
.include <bsd.prog.mk>