1# $OpenBSD: Makefile,v 1.3 2005/10/19 21:49:02 espie Exp $ 2 3PROG= wc 4DPADD= ${LIBUTIL} 5LDADD= -lutil 6 7.include <bsd.prog.mk> 8