diff options
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> |