# $OpenBSD: Makefile,v 1.3 1997/09/21 11:44:34 deraadt Exp $ PROG= vipw SRCS= vipw.c DPADD= ${LIBUTIL} LDADD= -lutil MAN= vipw.8 .include