mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 09:13:43 -04:00
7 lines
80 B
Makefile
7 lines
80 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= chkgrp
|
|
SRCS= chkgrp.c
|
|
MAN8= chkgrp.8
|
|
|
|
.include <bsd.prog.mk>
|