mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
9 lines
115 B
Makefile
9 lines
115 B
Makefile
# $Id$
|
|
|
|
PROG= revnetgroup
|
|
SRCS= revnetgroup.c hash.c parse_netgroup.c
|
|
|
|
MAN8= revnetgroup.8
|
|
|
|
.include <bsd.prog.mk>
|