Home | History | Annotate | Line # | Download | only in hppa
Makefile.inc revision 1.6
      1  1.6       chs #	$NetBSD: Makefile.inc,v 1.6 2005/06/05 19:02:10 chs Exp $
      2  1.1  fredette 
      3  1.1  fredette #	$OpenBSD: Makefile.inc,v 1.3 1999/12/25 06:02:10 mickey Exp $
      4  1.1  fredette 
      5  1.1  fredette KMINCLUDES=	arch/hppa/DEFS.h arch/hppa/SYS.h prefix.h
      6  1.1  fredette KMSRCS=	bcmp.S bzero.S bcopy.m4 ffs.S
      7  1.2   thorpej 
      8  1.6       chs SRCS+=	__sigaction14_sigtramp.c __sigtramp2.S
      9  1.1  fredette 
     10  1.1  fredette #SRCS+=	memmove.S
     11  1.1  fredette #CLEANFILES+=	memmove.S
     12  1.1  fredette SRCS+= bcopy.c
     13  1.1  fredette 
     14  1.3      matt #memmove.S:	${.CURDIR}/arch/hppa/string/bcopy.m4
     15  1.3      matt #	@echo 'building ${.TARGET} from ${.ALLSRC}'
     16  1.3      matt #	@m4 -DNAME=bcopy ${.ALLSRC} > ${.TARGET}
     17  1.1  fredette 
     18