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

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

Revision 1.9, Thu Jan 29 03:42:49 2004 UTC (20 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.8: +3 -2 lines

cats will have these

#	$OpenBSD: Makefile,v 1.9 2004/01/29 03:42:49 deraadt Exp $
#	From: Makefile,v 1.1 1999/05/05 07:37:06 wpaul Exp $

.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
    (${MACHINE} == "alpha") || (${MACHINE} == "sparc") || \
    (${MACHINE} == "sparc64") || (${MACHINE_ARCH} == "powerpc") || \
    (${MACHINE} == "cats")
PROG=	wicontrol
SRCS=	wicontrol.c
.else
NOPROG=
.endif

CFLAGS+= -Wall

MAN=	wicontrol.8

.include <bsd.prog.mk>