From ef2dbc1fb0d429e26f0e990ddbb21ce322ef8d27 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 7 Apr 2001 11:21:35 +0000 Subject: beforeinstall -> SCRIPTS. --- usr.bin/c89/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'usr.bin/c89') diff --git a/usr.bin/c89/Makefile b/usr.bin/c89/Makefile index f2f9df0..8d96524 100644 --- a/usr.bin/c89/Makefile +++ b/usr.bin/c89/Makefile @@ -1,9 +1,6 @@ # $FreeBSD$ +SCRIPTS=c89.sh MAN= c89.1 -beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/c89.sh ${DESTDIR}${BINDIR}/c89 - .include -- cgit v1.1