mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
7 lines
75 B
Makefile
7 lines
75 B
Makefile
# $Id$
|
|
|
|
PROG= chkgrp
|
|
SRCS= chkgrp.c
|
|
MAN8= chkgrp.8
|
|
|
|
.include <bsd.prog.mk>
|