1# $OpenBSD: Makefile,v 1.38 2016/05/11 21:52:51 deraadt Exp $ 2 3.if ${MACHINE} != "octeon" 4 5PROG= wsconscfg 6SRCS= wsconscfg.c 7 8.else 9 10NOPROG=yes 11 12.endif 13 14MAN= wsconscfg.8 15 16.include <bsd.prog.mk> 17