From bb50230e4a866e8bad4d9d92653d8b9353a5bb22 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 15 Dec 1995 02:38:30 +0000 Subject: use the real bdes --- usr.bin/bdes/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'usr.bin/bdes/Makefile') 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 -- cgit v1.2.3