Makefile.inc revision 1.6
1#	$NetBSD: Makefile.inc,v 1.6 2005/12/11 12:18:23 christos Exp $
2
3BINDIR= /usr/mdec
4
5CFLAGS+= -ffreestanding
6
7# if there is a 'version' file, add rule for vers.c and add it to SRCS
8# and CLEANFILES
9.if exists(version)
10.PHONY: vers.c
11vers.c: version
12	${HOST_SH} ${S}/conf/newvers_stand.sh ${.CURDIR}/version ${MACHINE}
13
14SRCS+=	vers.c
15CLEANFILES+= vers.c
16.endif
17
18# XXX SHOULD NOT NEED TO DEFINE THESE!
19LIBCRT0=
20LIBC=
21LIBCRTBEGIN=
22LIBCRTEND=
23