diff options
author | ru <ru@FreeBSD.org> | 2004-02-06 21:58:32 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-02-06 21:58:32 +0000 |
commit | 21fda7ee48f465c5fc64f99bf64397595d205484 (patch) | |
tree | 77a2225b4e0eca9d79fcb1ab7afde8fa690843f6 /sys/boot/i386/boot0sio | |
parent | 55923d02028e15a90b63351ec63715c3a5350090 (diff) | |
download | FreeBSD-src-21fda7ee48f465c5fc64f99bf64397595d205484.zip FreeBSD-src-21fda7ee48f465c5fc64f99bf64397595d205484.tar.gz |
First round of cleanups to sys/boot/ makefiles:
- do not use PROG for what's not a real C program,
- use sys.mk transformation rules where possible,
- only create the "machine" symlink on AMD64,
- removed MAINTAINER lines in individual makefiles,
- added the LIBSTAND defitinion to <bsd.libnames.mk>,
- somewhat better contents in .depend files.
Tested on: i386, amd64
Prodded by: bde
Diffstat (limited to 'sys/boot/i386/boot0sio')
-rw-r--r-- | sys/boot/i386/boot0sio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/boot0sio/Makefile b/sys/boot/i386/boot0sio/Makefile index 27b21aa..5b2bad4 100644 --- a/sys/boot/i386/boot0sio/Makefile +++ b/sys/boot/i386/boot0sio/Makefile @@ -2,6 +2,6 @@ .PATH: ${.CURDIR}/../boot0 -PROG= boot0sio +BOOT= boot0sio .include "${.CURDIR}/../boot0/Makefile" |