diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2007-11-25 19:13:00 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2007-11-25 19:13:00 +0000 |
commit | ae5d1389cdabdd7a65f539bacba6de3808ec16a3 (patch) | |
tree | 81e7473804c147a82e04af56cb3f15d4cb6c7ac2 /sys/arch | |
parent | 0201f0a8d3dd10e191320cb08bf1cc95c72e132c (diff) |
we want strlen.c
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/stand/netboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/netboot/Makefile b/sys/arch/alpha/stand/netboot/Makefile index 3c627fc84d6..cd05582efb8 100644 --- a/sys/arch/alpha/stand/netboot/Makefile +++ b/sys/arch/alpha/stand/netboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2007/11/25 18:25:30 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2007/11/25 19:12:59 martin Exp $ # $NetBSD: Makefile,v 1.11 1997/04/17 07:27:50 thorpej Exp $ S= ${.CURDIR}/../../../.. @@ -21,7 +21,7 @@ HEADERSIZE_PROG = headersize CLEANFILES+= vers.c vers.o ${PROG}.sym ${PROG}.nosym ${HEADERSIZE_PROG} .PATH: ${S}/lib/libkern/arch/alpha ${S}/lib/libkern -SRCS+= bzero.c __divqu.S strlen.S __remqu.S +SRCS+= bzero.c __divqu.S strlen.c __remqu.S DEFNS= -DPRIMARY_BOOTBLOCK -DALPHA_BOOT_ELF -DSUN_BOOTPARAMS |