mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
10 lines
154 B
Makefile
10 lines
154 B
Makefile
# $Id: Makefile,v 1.5 2003/08/14 20:06:21 max Exp $
|
|
# $FreeBSD$
|
|
|
|
PROG= hcseriald
|
|
MAN= hcseriald.8
|
|
WARNS?= 2
|
|
|
|
LIBADD= netgraph
|
|
|
|
.include <bsd.prog.mk>
|