repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update some of the amd64 parts of libc:
[dragonfly.git]
/
usr.sbin
/
vipw
/
Makefile
blob
11f8164414b598233a20e15ce6767e0aa34e275a
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 04:30:03 dillon Exp $
4
5
PROG
=
vipw
6
SRCS
=
pw_util.c vipw.c
7
MAN
=
vipw
.8
8
WARNS?
=
2
9
10
.
include
<
bsd.prog.mk
>