xref: /openbsd/sys/arch/landisk/stand/Makefile.inc (revision 73471bf0)
1#	$OpenBSD: Makefile.inc,v 1.4 2017/07/25 13:32:14 robert Exp $
2
3.if !make(clean) && !make(cleandir) && !make(includes) && !make(libdep) && \
4    !make(sadep) && !make(salibdir) && !make(obj)
5.BEGIN:
6	@([ X$(S) = X -o -h machine ] || ln -s $(S)/arch/landisk/include machine)
7	@([ X$(S) = X -o -h sh ] || ln -s $(S)/arch/sh/include sh)
8.endif
9
10CFLAGS+=-Oz -fno-stack-protector -fno-builtin
11CLEANFILES+=	machine sh
12BINDIR=	/usr/mdec
13MANSUBDIR=landisk
14