diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-12 15:49:30 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-12 15:49:30 +0000 |
| commit | 2f42caa5de6dd13b209e1766ad48fe5aadc8cb2e (patch) | |
| tree | b8b59bd637ac534c64dcbceb103b5b8b63cba49a /sys/boot | |
| parent | 6ed14aa161909300bda73c4787d0de94d204cb34 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/i386/kgzldr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/kgzldr/Makefile b/sys/boot/i386/kgzldr/Makefile index da530604f7d8..4c69f60ce307 100644 --- a/sys/boot/i386/kgzldr/Makefile +++ b/sys/boot/i386/kgzldr/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ -PROG= kgzldr.o SRCS= start.s boot.c inflate.c lib.c crt.s sio.s +OBJS= ${SRCS:N*.h:R:S/$/.o/g} CFLAGS= -fno-builtin .if ${OBJFORMAT} == aout CFLAGS+=-O2 |
