Create defaults/uuids and adjust the build to copy the file to /etc/defaults
[dragonfly/vkernel-mp.git] / usr.sbin / vipw / Makefile
blobdf7cf49db0be92d17862c1be14ff19c4038f0add
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.sbin/vipw/Makefile,v 1.2.14.1 2001/04/25 12:11:09 ru Exp $
3 # $DragonFly: src/usr.sbin/vipw/Makefile,v 1.2 2003/06/17 06:30:03 dillon Exp $
5 PROG= vipw
6 SRCS= pw_util.c vipw.c
7 MAN= vipw.8
9 .include <bsd.prog.mk>