This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a54c3906ad
freebsd-dev
/
sys
/
boot
/
i386
/
boot0sio
/
Makefile
8 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
Hook boot0sio to the build. Use 'boot0cfg -b /boot/boot0sio' to use.
2003-12-08 19:02:06 +00:00
# $FreeBSD$
.PATH
:
${.
CURDIR
}/../
boot
0
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
2004-02-06 21:58:32 +00:00
BOOT
=
boot0sio
Hook boot0sio to the build. Use 'boot0cfg -b /boot/boot0sio' to use.
2003-12-08 19:02:06 +00:00
.
i
n
c
l
u
d
e
"${.CURDIR}/../boot0/Makefile"
Reference in New Issue
Copy Permalink