mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
No need to bloat runtime with this utility. Differential Revision: https://reviews.freebsd.org/D30753 Sponsored by: Diablotin Systems
7 lines
103 B
Makefile
7 lines
103 B
Makefile
# $FreeBSD$
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PACKAGE=utilities
|
|
PROG= chio
|
|
|
|
.include <bsd.prog.mk>
|