Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 1999/03/17 14:52:39 minoura Exp $
2
3PROG=	aout2hux
4MKMAN=	no			# See share/man/man1/man1.x68k/aout2hux.1
5
6# only needed during build
7proginstall::
8
9# Override these rules for cross-compilation
10.c.o:
11	${HOST_COMPILE.c} ${.IMPSRC}
12
13${PROG}: ${OBJS}
14	${HOST_LINK.c} -o ${.TARGET} ${OBJS}
15
16.include <bsd.prog.mk>
17
18${OBJS}: aout68k.h hux.h type_local.h
19