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