diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-15 02:38:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-15 02:38:30 +0000 |
commit | bb50230e4a866e8bad4d9d92653d8b9353a5bb22 (patch) | |
tree | 010c1da34245f51a947d237adac8b2e67c7cb123 /usr.bin/bdes/Makefile | |
parent | 598d8553307a909fce7e8517a2182f5c88f3d3bf (diff) |
use the real bdes
Diffstat (limited to 'usr.bin/bdes/Makefile')
-rw-r--r-- | usr.bin/bdes/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/bdes/Makefile b/usr.bin/bdes/Makefile index cd05942573d..8b524558498 100644 --- a/usr.bin/bdes/Makefile +++ b/usr.bin/bdes/Makefile @@ -1,11 +1,6 @@ # $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 +PROG= bdes .include <bsd.prog.mk> |