mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
7 lines
144 B
Makefile
7 lines
144 B
Makefile
# $Id: Makefile,v 1.1.1.1 1997/03/06 15:30:06 joerg Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= chio
|
|
SRCS= chio.c
|
|
|
|
.include <bsd.prog.mk>
|