blob: b74a4e76111c12229ae4571d17a3c7e62a07b2cb (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.2 2005/02/25 09:06:28 otto Exp $
PROG=copy
CFLAGS+= -Wall
.if !(${MACHINE} == "i386" || ${MACHINE} == "amd64")
REGRESS_SKIP=
.endif
.include <bsd.regress.mk>
|