mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 06:45:34 -05:00
8 lines
119 B
Makefile
8 lines
119 B
Makefile
# @(#)Makefile 5.4 (Berkeley) 6/5/91
|
|
# $FreeBSD$
|
|
|
|
PROG= comcontrol
|
|
MAN= comcontrol.8
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|