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