diff options
author | ru <ru@FreeBSD.org> | 2002-05-13 16:16:00 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-13 16:16:00 +0000 |
commit | 825bd47b27b5e67e7c938d70c4dde11e68fde1a5 (patch) | |
tree | 1ea35ff3417096b36d12e836a5cf7d2a7f2a5d17 /sys/boot/i386/gptboot/Makefile | |
parent | b2b69cf2b828caf8e6e4f5c96c90775c00b82187 (diff) | |
download | FreeBSD-src-825bd47b27b5e67e7c938d70c4dde11e68fde1a5.zip FreeBSD-src-825bd47b27b5e67e7c938d70c4dde11e68fde1a5.tar.gz |
Align CLEANFILES with revision 1.25 changes.
Diffstat (limited to 'sys/boot/i386/gptboot/Makefile')
-rw-r--r-- | sys/boot/i386/gptboot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile index 2e6098f..44ead72 100644 --- a/sys/boot/i386/gptboot/Makefile +++ b/sys/boot/i386/gptboot/Makefile @@ -7,7 +7,7 @@ BINDIR?= /boot BINMODE= 444 CLEANFILES+= boot1 boot1.out boot1.o \ boot2.ldr boot2.bin boot2.ld boot2.out boot2.o boot2.h \ - sio.o + boot2.s sio.o NM?= nm |