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