Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / news68k / stand / Makefile.inc
blob3379212a5c92879ac050b345cbaa3c0db04be96d
1 #       $NetBSD: Makefile.inc,v 1.7 2006/06/29 00:30:32 lukem Exp $
3 BINDIR= /usr/mdec
5 CFLAGS+= -ffreestanding
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
11 vers.c: version
12         ${_MKTARGET_CREATE}
13         ${HOST_SH} ${S}/conf/newvers_stand.sh -DM ${.CURDIR}/version ${MACHINE}
15 SRCS+=  vers.c
16 CLEANFILES+= vers.c
17 .endif
19 # XXX SHOULD NOT NEED TO DEFINE THESE!
20 LIBCRT0=
21 LIBC=
22 LIBCRTBEGIN=
23 LIBCRTEND=