No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / mvme68k / stand / libbug / Makefile
blobd130998db2abfcd3b10f49c41e0cd5f30151f801
1 # $NetBSD: Makefile,v 1.14 2001/12/12 01:49:46 tv Exp $
3 LIB=bug
5 NOPIC= # defined
6 NOLINT= # defined
7 NOPROFILE= # defined
9 S=${.CURDIR}/../../../..
10 DIR_SA=$S/lib/libsa
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
14 OBJS+= bugstart.o
15 CLEANFILES+= bugstart.o
17 .include "../Makefile.booters"
19 # only needed during build
20 libinstall::
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
30 .include <bsd.own.mk>
31 .undef DESTDIR
32 .include <bsd.lib.mk>