1 1.12 simonb # $NetBSD: Makefile.inc,v 1.12 2001/01/02 04:14:34 simonb Exp $ 2 1.1 thorpej 3 1.1 thorpej BINDIR= /usr/mdec 4 1.1 thorpej 5 1.12 simonb release: 6 1.12 simonb 7 1.12 simonb S?= ${.CURDIR}/../../../.. 8 1.1 thorpej 9 1.12 simonb .PHONY: machine-links 10 1.12 simonb beforedepend: machine-links 11 1.12 simonb # ${MACHINE} then ${MACHINE_ARCH} 12 1.12 simonb machine-links: 13 1.12 simonb -rm -f machine && \ 14 1.12 simonb ln -s $S/arch/hp300/include machine 15 1.12 simonb -rm -f hp300 && \ 16 1.12 simonb ln -s $S/arch/hp300/include hp300 17 1.12 simonb CLEANFILES+=machine hp300 18 1.12 simonb 19 1.12 simonb realall: machine-links ${PROG} 20 1.9 he 21