[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / sbin / iopctl

File: [local] / src / sbin / iopctl / Attic / Makefile (download)

Revision 1.6, Thu Jan 29 02:55:47 2004 UTC (20 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.5: +2 -2 lines

will be needed for cats too

#	$OpenBSD: Makefile,v 1.6 2004/01/29 02:55:47 deraadt Exp $

.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
    (${MACHINE} == "macppc") || (${MACHINE} == "pegasos") || \
    (${MACHINE} == "alpha") || (${MACHINE} == "cats")
PROG=   iopctl
.else
NOPROG=
.endif

MAN=	iopctl.8

.include <bsd.prog.mk>