5c00743626
Based on work by Vivek Prakash and Gianluca Guida. See UPDATING about caveats on currently existing accounts. . restores netbsd libc pwcache functions
10 lines
186 B
Makefile
10 lines
186 B
Makefile
# $NetBSD: Makefile,v 1.5 1996/05/15 23:23:45 jtc Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= vipw
|
|
SRCS= vipw.c
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
MAN= vipw.8
|
|
|
|
.include <bsd.prog.mk>
|