1 # $NetBSD: Makefile,v 1.14 2001/12/12 01:49:46 tv Exp $
9 S
=${.CURDIR
}/..
/..
/..
/..
12 SRCS
= bugcrt.c delay.c diskrd.c diskwr.c getbrdid.c inchr.c instat.c \
13 outln.c outstr.c putchar.c return.c rtc_rd.c
15 CLEANFILES
+= bugstart.o
17 .
include "../Makefile.booters"
19 # only needed during build
22 # separate rule for bugstart.c
23 # this is build separately from rest of libbug
24 bugstart.o
: bugstart.s
25 ${CC} -x assembler-with-cpp
-traditional-cpp
-nostdinc
${INCPATH} \
26 -D_STANDALONE
-c
${.IMPSRC
}
28 all realall
: lib
${LIB}.a