1999-03-05 15:19:17 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.4 1999/03/05 12:19:17 drochner Exp $
|
1996-02-21 05:43:52 +03:00
|
|
|
#
|
|
|
|
# This Makefile includes boiler-plate stuff included by each subdir's Makefile.
|
|
|
|
|
|
|
|
OBJS+= ${ASM}
|
|
|
|
POBJS+= ${ASM:.o=.po}
|
|
|
|
CLEANFILES+= ${ASM} ${POBJS}
|
|
|
|
|
1999-03-05 15:19:17 +03:00
|
|
|
LIB= ${MACHINE_ARCH:C/mipse[bl]/mips/}
|