summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-28 04:46:08 +0000
committerphk <phk@FreeBSD.org>1994-10-28 04:46:08 +0000
commit3ece64714b1a1cc980b022c942fd072837f0fb9b (patch)
tree12a7fcbc9eb21588adb6964d123404160f3cadbc /sys/i386/boot/Makefile
parenta5797b567437f86145e71f872b2a60d900104450 (diff)
downloadFreeBSD-src-3ece64714b1a1cc980b022c942fd072837f0fb9b.zip
FreeBSD-src-3ece64714b1a1cc980b022c942fd072837f0fb9b.tar.gz
This concludes the CVS-surgery. This makefile now just points at the subdir's.
Diffstat (limited to 'sys/i386/boot/Makefile')
-rw-r--r--sys/i386/boot/Makefile58
1 files changed, 3 insertions, 55 deletions
diff --git a/sys/i386/boot/Makefile b/sys/i386/boot/Makefile
index b1474f9..0efb450 100644
--- a/sys/i386/boot/Makefile
+++ b/sys/i386/boot/Makefile
@@ -1,57 +1,5 @@
-# $Id: Makefile,v 1.19 1994/10/07 05:36:01 ache Exp $
-#
+# $Id: Makefile,v 1.3 1994/08/25 13:54:28 paul Exp $
-PROG= boot
-# Order is very important on the SRCS line for this prog
-SRCS= start.S table.c boot2.S boot.c asm.S bios.S io.c disk.c sys.c
+SUBDIR= biosboot netboot
-BINDIR= /usr/mdec
-BINMODE= 444
-CFLAGS= -O2 -DDO_BAD144 -DBOOTWAIT=${BOOTWAIT}
-CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
-CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../..
-CLEANFILES+= boot.nohdr boot.strip boot1 boot2
-DPADD= ${LIBC}
-LDFLAGS+= -N -T 0 -nostdlib
-LDADD= -lc
-LINKS= ${BINDIR}/sdboot ${BINDIR}/wdboot\
- ${BINDIR}/sdboot ${BINDIR}/fdboot\
- ${BINDIR}/bootsd ${BINDIR}/bootwd\
- ${BINDIR}/bootsd ${BINDIR}/bootfd
-NOSHARED= YES
-NOMAN=
-STRIP=
-
-# tunable timeout parameter, waiting for keypress, calibrated in mS
-BOOTWAIT?= 5000
-
-# Location that boot2 is loaded at
-BOOTSEG= 0x1000
-
-# Offset in BOOTSEG for the top of the stack, keep this 16 byte aligned
-BOOTSTACK= 0xFFF0
-
-boot.strip: boot
- cp -p boot boot.strip
- strip boot.strip
- size boot.strip
-
-boot.nohdr: boot.strip
- dd if=boot.strip of=boot.nohdr ibs=32 skip=1 obs=1024b
- ls -l boot.nohdr
-
-boot1: boot.nohdr
- dd if=boot.nohdr of=boot1 bs=512 count=1
-
-boot2: boot.nohdr
- dd if=boot.nohdr of=boot2 bs=512 skip=1
-
-all: boot1 boot2
-
-beforeinstall:
- install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}\
- boot1 ${DESTDIR}/${BINDIR}/sdboot
- install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}\
- boot2 ${DESTDIR}/${BINDIR}/bootsd
-
-.include <bsd.prog.mk>
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud