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