head	1.1;
access;
symbols
	netbsd-11-0-RC4:1.1
	netbsd-11-0-RC3:1.1
	netbsd-11-0-RC2:1.1
	netbsd-11-0-RC1:1.1
	perseant-exfatfs-base-20250801:1.1
	netbsd-11:1.1.0.2
	netbsd-11-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2024.10.23.00.45.59;	author kalvisd;	state Exp;
branches;
next	;
commitid	NkopZYr89CzsLIuF;


desc
@@


1.1
log
@Add mopcopy as a build tool for the VAX port.

OK rin@@
@
text
@#	$NetBSD: Makefile,v 1.1 2008/04/30 21:15:33 garbled Exp $

.include <bsd.hostinit.mk>

HOSTPROGNAME=	${_TOOL_PREFIX}vax-mopcopy
HOST_SRCDIR=	usr.sbin/mopd/mopcopy

LIBMOPCOPYOBJ!= cd ${.CURDIR}/../libmopcopy && ${PRINTOBJDIR}

LDADD+=		-L${LIBMOPCOPYOBJ} -lmopcopy

# VAX binaries are now ELF
HOST_CPPFLAGS+=	-DNOAOUT

.include "${.CURDIR}/../Makefile.nbincludes"
.include "${.CURDIR}/../Makefile.host"
@
