NetBSD/sys/arch/news68k/stand/Makefile.inc

15 lines
326 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.2 2001/01/30 14:29:47 tsutsui Exp $
1999-12-09 17:53:00 +03:00
BINDIR= /usr/mdec
# if there is a 'version' file, add rule for vers.c and add it to SRCS
# and CLEANFILES
.if exists(version)
.PHONY: vers.c
vers.c: version
sh ${S}/conf/newvers_stand.sh ${.CURDIR}/version ${MACHINE}
SRCS+= vers.c
CLEANFILES+= vers.c
.endif