projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge from vendor branch DIFFUTILS:
[dragonfly.git]
/
libexec
/
revnetgroup
/
Makefile
1
# $FreeBSD: src/libexec/revnetgroup/Makefile,v 1.4.2.1 2001/04/25 10:40:54 ru Exp $
2
# $DragonFly: src/libexec/revnetgroup/Makefile,v 1.2 2003/06/17 04:27:07 dillon Exp $
3
4
PROG= revnetgroup
5
SRCS= revnetgroup.c hash.c parse_netgroup.c
6
7
MAN= revnetgroup.8
8
9
.include <bsd.prog.mk>