mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
8 lines
100 B
Makefile
8 lines
100 B
Makefile
# $Id$
|
|
|
|
PROG= mknetid
|
|
SRCS= mknetid.c hash.c parse_group.c
|
|
|
|
MAN8= mknetid.8
|
|
|
|
.include <bsd.prog.mk>
|