From c127d0e61e914c6951d98986385ccb730b115cf9 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Fri, 14 Jan 2000 07:57:47 +0000 Subject: Replace beforeinstall target with new variables used by .mk system. Reviewed by: marcel, and make world --- lib/libdisk/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/libdisk/Makefile') diff --git a/lib/libdisk/Makefile b/lib/libdisk/Makefile index 355018a..f901a76 100644 --- a/lib/libdisk/Makefile +++ b/lib/libdisk/Makefile @@ -3,6 +3,7 @@ LIB= disk SRCS= blocks.c disklabel.c dkcksum.c chunk.c disk.c change.c \ create_chunk.c rules.c write_disk.c +INCS= libdisk.h CFLAGS+= -Wall CLEANFILES+= tmp.c tst01 tst01.o @@ -42,10 +43,5 @@ MLINKS+= libdisk.3 Open_Disk.3 \ .include -beforeinstall: - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/libdisk.h \ - ${DESTDIR}/usr/include/libdisk.h - - tst01: tst01.o libdisk.a cc ${CFLAGS} -static tst01.o -o tst01 libdisk.a -- cgit v1.1