diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 2000-01-14 07:57:47 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 2000-01-14 07:57:47 +0000 |
| commit | d05257b0f2bad8d76a4e0bb3cae2bdacb08ff947 (patch) | |
| tree | eb6fb1d114d443d91bf0dfbd4b2abce399113c75 /lib/libdisk | |
| parent | fccf86c1a443ed9e2359c8a05e6ec462078e5629 (diff) | |
Notes
Diffstat (limited to 'lib/libdisk')
| -rw-r--r-- | lib/libdisk/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libdisk/Makefile b/lib/libdisk/Makefile index 355018a0db26..f901a76ce10b 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 <bsd.lib.mk> -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 |
