summaryrefslogtreecommitdiff
path: root/sbin/ipwcontrol/Makefile
blob: d214c22282961c35bcf246f9e13688e0d2112643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $Id: Makefile,v 1.2 2004/10/22 16:20:51 deraadt Exp $

.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
    (${MACHINE} == "alpha") || (${MACHINE} == "sgi") || \
    (${MACHINE} == "sparc64") || (${MACHINE_ARCH} == "powerpc") || \
    (${MACHINE} == "cats") || (${MACHINE} == "hppa")
PROG=	ipwcontrol
.else
NOPROG=
.endif

MAN=	ipwcontrol.8

.include <bsd.prog.mk>