diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-05-07 23:19:49 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-05-07 23:19:49 +0000 |
| commit | 9fb933075efacc206d4968ca872ad7ea94349ba4 (patch) | |
| tree | 5618f6a0a4a19c1125bc494850591fa1ee21df48 /lib/libdisk/Makefile | |
| parent | 757dab8dcb5c53176aa0d6e82e3a0649d119f7e5 (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/Makefile')
| -rw-r--r-- | lib/libdisk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libdisk/Makefile b/lib/libdisk/Makefile index 307c7507343b..a81cddb916bd 100644 --- a/lib/libdisk/Makefile +++ b/lib/libdisk/Makefile @@ -1,3 +1,5 @@ +# $Id: $ + LIB= disk SRCS= blocks.c disklabel.c dkcksum.c chunk.c disk.c change.c \ create_chunk.c rules.c write_disk.c data.c @@ -46,7 +48,7 @@ data.c: ${.CURDIR}/libdisk.h ${BOOTS}/boot1 ${BOOTS}/boot2 < ${BOOTS}/boot1 > tmp.c file2c 'const unsigned char boot2[] = {' '};' \ < ${BOOTS}/boot2 >> tmp.c - mv tmp.c data.c + mv -f tmp.c data.c beforeinstall: @${ECHO} installing libdisk.h |
