mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
9 lines
121 B
Makefile
9 lines
121 B
Makefile
# $Id: $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= chio
|
|
SRCS= chio.c
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
|
|
.include <bsd.prog.mk>
|