1# $NetBSD: Makefile,v 1.4 2023/06/03 09:09:20 lukem Exp $ 2# PAO2 Id: Makefile,v 1.1.1.1 1997/12/11 14:46:06 itojun Exp 3PROG= cnwctl 4MAN= cnwctl.8 5 6COPTS.cnwctl.c+= ${CC_WNO_STRINGOP_TRUNCATION} 7 8.include <bsd.prog.mk> 9