diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-25 22:00:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-25 22:00:08 +0000 |
commit | 050fd36bed43544d1f47ed357e82eecdaea517c3 (patch) | |
tree | d22405827303dd56bf44ebead68df454434a6f4b /distrib/alpha/bsd.rd/Makefile | |
parent | c8f604ec16bc24026f85fc30815021424e2ddbe1 (diff) |
no longer needed
Diffstat (limited to 'distrib/alpha/bsd.rd/Makefile')
-rw-r--r-- | distrib/alpha/bsd.rd/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/distrib/alpha/bsd.rd/Makefile b/distrib/alpha/bsd.rd/Makefile index 7be89784e2a..8a814fddb91 100644 --- a/distrib/alpha/bsd.rd/Makefile +++ b/distrib/alpha/bsd.rd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2001/09/18 17:35:00 jason Exp $ +# $OpenBSD: Makefile,v 1.4 2002/04/25 22:00:07 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -57,9 +57,6 @@ bsd: ${IMAGE}: do_prep do_mount do_files do_umount mv -f ${REALIMAGE} ${IMAGE} -ecoffrdsetroot: ${TOP}/ecoffrdsetroot.c - ${HOSTCC} ${HOSTCFLAGS} -o ecoffrdsetroot ${TOP}/ecoffrdsetroot.c - elfrdsetroot: ${TOP}/../common/elfrdsetroot.c ${HOSTCC} ${HOSTCFLAGS} -o elfrdsetroot ${TOP}/../common/elfrdsetroot.c |