summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-05-10 05:57:04 +0000
committerphk <phk@FreeBSD.org>1995-05-10 05:57:04 +0000
commitb06a2da1188043774a21f325c65893b1dd1937ba (patch)
treea7a3e845ea2cb1759f8334a843c91f607580ff3b /lib/libdisk/Makefile
parentf900359daa37c3aa08178cd6a7f487d8bdde66ac (diff)
downloadFreeBSD-src-b06a2da1188043774a21f325c65893b1dd1937ba.zip
FreeBSD-src-b06a2da1188043774a21f325c65893b1dd1937ba.tar.gz
Create_Chunk_DWIM() is here, though it doesn't quite do what the name implies.
Diffstat (limited to 'lib/libdisk/Makefile')
-rw-r--r--lib/libdisk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdisk/Makefile b/lib/libdisk/Makefile
index 8fc56f0..3d58dfa 100644
--- a/lib/libdisk/Makefile
+++ b/lib/libdisk/Makefile
@@ -12,7 +12,7 @@ NOSHARED= yes
BOOTS=/usr/mdec
-data.c:
+data.c: libdisk.h ${BOOTS}/boot1 ${BOOTS}/boot2
file2c 'const unsigned char boot1[] = {' '};' \
< ${BOOTS}/boot1 > tmp.c
file2c 'const unsigned char boot2[] = {' '};' \
OpenPOWER on IntegriCloud