mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 17:44:17 +01:00
9 lines
100 B
Makefile
9 lines
100 B
Makefile
# $Id$
|
|
|
|
PROG= mknetid
|
|
SRCS= mknetid.c hash.c parse_group.c
|
|
|
|
MAN8= mknetid.8
|
|
|
|
.include <bsd.prog.mk>
|