minix/usr.sbin/vipw/Makefile
Ben Gras 5c00743626 Switch to NetBSD passwd format
Based on work by Vivek Prakash and Gianluca Guida.

See UPDATING about caveats on currently existing accounts.

	. restores netbsd libc pwcache functions
2011-11-14 14:47:42 +00:00

11 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>