Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sys / boot / alpha / loader / Makefile
1 # $FreeBSD: src/sys/boot/alpha/loader/Makefile,v 1.2.2.4 2000/10/30 10:02:47 obrien Exp $
2 # $DragonFly: src/sys/boot/alpha/loader/Attic/Makefile,v 1.2 2003/06/17 04:28:16 dillon Exp $
3
4 BASE=           loader
5 PROG=           ${BASE}
6 NEWVERSWHAT=    "SRM disk boot" alpha
7 INSTALL_HELP=   yes
8 LOAD_ADDRESS=   ${SECONDARY_LOAD_ADDRESS}
9
10 # Only disk support
11 CFLAGS+=        -DLOADER_DISK_SUPPORT   # -DLOADER_EXT2FS_SUPPORT
12
13 .include        <${.CURDIR}/../common/Makefile.common>