Makefile.inc revision 1.3 1 # $NetBSD: Makefile.inc,v 1.3 2003/10/06 05:30:21 matt Exp $
2
3 # $OpenBSD: Makefile.inc,v 1.3 1999/12/25 06:02:10 mickey Exp $
4
5 KMINCLUDES= arch/hppa/DEFS.h arch/hppa/SYS.h prefix.h
6 KMSRCS= bcmp.S bzero.S bcopy.m4 ffs.S
7
8 SRCS+= __sigaction14_sigtramp.c __sigtramp1.S
9
10 #SRCS+= memmove.S
11 #CLEANFILES+= memmove.S
12 SRCS+= bcopy.c
13 CLEANFILES+= cerror.S
14
15 cerror.S:
16 @echo > cerror.S
17
18 #memmove.S: ${.CURDIR}/arch/hppa/string/bcopy.m4
19 # @echo 'building ${.TARGET} from ${.ALLSRC}'
20 # @m4 -DNAME=bcopy ${.ALLSRC} > ${.TARGET}
21
22