Makefile.inc revision 1.6
1#	$NetBSD: Makefile.inc,v 1.6 2006/06/29 01:45:03 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	${_MKTARGET_CREATE}
11	${HOST_SH} ${S}/conf/newvers_stand.sh ${.CURDIR}/version ${MACHINE}
12SRCS+=  vers.c
13CLEANFILES+= vers.c
14.endif
15
16# XXX SHOULD NOT NEED TO DEFINE THESE!
17LIBCRT0=
18LIBC=
19LIBCRTBEGIN=
20LIBCRTEND=
21