summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wsconscfg/Makefile
blob: 88d404ed7c9446399e166e63a828a74fe6f220b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$OpenBSD: Makefile,v 1.38 2016/05/11 21:52:51 deraadt Exp $

.if ${MACHINE} != "octeon"

PROG=	wsconscfg
SRCS=	wsconscfg.c

.else

NOPROG=yes

.endif

MAN=	wsconscfg.8

.include <bsd.prog.mk>