diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-09-16 13:43:00 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-09-16 13:43:00 +0000 |
| commit | fc87418be0c33ac352343212ca17832b2bbf8708 (patch) | |
| tree | 367864628415ce14de481b4a3fbd5677a5e77a8a /lib/libdisk/Makefile | |
| parent | c80d29139c6272f1f3a95ad25c2ed90dfd92d919 (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/Makefile')
| -rw-r--r-- | lib/libdisk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libdisk/Makefile b/lib/libdisk/Makefile index 371108561a6d1..0916c467de165 100644 --- a/lib/libdisk/Makefile +++ b/lib/libdisk/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ LIB= disk -SRCS= blocks.c disklabel.c dkcksum.c chunk.c disk.c change.c \ +SRCS= blocks.c disklabel.c chunk.c disk.c change.c \ create_chunk.c rules.c write_disk.c INCS= libdisk.h @@ -10,7 +10,6 @@ CFLAGS+= -Wall CFLAGS+= -DPC98 .endif CLEANFILES+= tmp.c tst01 tst01.o -VPATH= ${.CURDIR}/../../sbin/disklabel NOPROFILE= yes NOSHARED= yes NOPIC= yes |
