Makefile.inc revision 1.7
1#	$NetBSD: Makefile.inc,v 1.7 2011/01/22 19:19:20 joerg 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 ${${MKREPRO} == "yes" :?:-D} \
12	    ${.CURDIR}/version ${MACHINE}
13SRCS+=  vers.c
14CLEANFILES+= vers.c
15.endif
16
17# XXX SHOULD NOT NEED TO DEFINE THESE!
18LIBCRT0=
19LIBC=
20LIBCRTBEGIN=
21LIBCRTEND=
22