summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kgzip/Makefile
diff options
context:
space:
mode:
authorrnordier <rnordier@FreeBSD.org>2000-11-04 13:02:00 +0000
committerrnordier <rnordier@FreeBSD.org>2000-11-04 13:02:00 +0000
commit18e0fe6967f684c8adb8dd9db3a8cb24f70e7705 (patch)
tree796a6ec2a8cda6145d54708de7195fc62b04838a /usr.sbin/kgzip/Makefile
parent2cfec00a84116cb5277eecec357964eb0c113954 (diff)
downloadFreeBSD-src-18e0fe6967f684c8adb8dd9db3a8cb24f70e7705.zip
FreeBSD-src-18e0fe6967f684c8adb8dd9db3a8cb24f70e7705.tar.gz
Add support for creating a.out output files in addition to ELF.
This allows booting from compressed binaries using older bootstraps. Thanks to: dwmalone
Diffstat (limited to 'usr.sbin/kgzip/Makefile')
-rw-r--r--usr.sbin/kgzip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/kgzip/Makefile b/usr.sbin/kgzip/Makefile
index 1bfad2d..85c3486 100644
--- a/usr.sbin/kgzip/Makefile
+++ b/usr.sbin/kgzip/Makefile
@@ -3,7 +3,7 @@
MAINTAINER= rnordier
PROG= kgzip
-SRCS= kgzip.c elfhdr.c kgzcmp.c kgzld.c xio.c
+SRCS= kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c
MAN8= kgzip.8
CFLAGS+=-pedantic \
-W -Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
OpenPOWER on IntegriCloud